Table of Contents

Method Reset

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Reset()

Resets the value of this snapshot to its initial state.

public void Reset()

Remarks

HasValue will be false until Value has been assigned.

Reset(T)

Resets the value of this snapshot with an initial value.

public void Reset(T initialValue)

Parameters

initialValue T

The value this snapshot is initialized to.

Remarks

HasValue will be true, but HasPreviousValue will be false until Value has been assigned again.