Property Value
Value
Gets or sets the current value of this variable. Returns the default value of T if unassigned (null or 0).
public abstract T Value { get; set; }
Property Value
- T
Gets or sets the current value of this variable. Returns the default value of T if unassigned (null or 0).
public abstract T Value { get; set; }