Method Reset
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Reset()
Resets the value of this snapshot to its initial state.
public void Reset()
Remarks
Reset(T)
Resets the value of this snapshot with an initial value.
public void Reset(T initialValue)
Parameters
initialValue
TThe value this snapshot is initialized to.
Remarks
HasValue will be true, but HasPreviousValue will be false until Value has been assigned again.