Property PreviousValue
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
PreviousValue
Gets the previous value assigned to this snapshot.
public T PreviousValue { get; }
Property Value
- T
Exceptions
- InvalidOperationException
Thrown when trying to get a previous value that hasn't been set yet.