ValueReference<TValue, TVariable>.SetFixedValue
Method in ValueReference<TValue, TVariable>
Declaration
public void SetFixedValue(TValue value)
Description
Switches to use a fixed value and assigns the provided value.
Parameters
value | The fixed value to use. |