Table of Contents

Property Value

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Value

Gets or sets the current value of this snapshot.

public virtual T Value { get; set; }

Property Value

T

Remarks

If this snapshot has been constructed or reset without an initial value, setting the value for the first time will not raise any events.

Exceptions

InvalidOperationException

Thrown when trying to get a value that hasn't been set yet.