ValueReference<TValue, TVariable>.value
Property in ValueReference<TValue, TVariable>
Declaration
public TValue value { get; }
Description
The current value, either the fixed value or the value of the referenced variable.
public TValue value { get; }
The current value, either the fixed value or the value of the referenced variable.