ValueReference<TValue, TVariable>.SetFixedValue


Declaration

public void SetFixedValue(TValue value)

Description

Switches to use a fixed value and assigns the provided value.

Parameters

valueThe fixed value to use.