ValueReference Constructor


Declaration

public ValueReference()

Description

Creates a new value reference.


Overload

Declaration

public ValueReference(TValue value)

Description

Creates a new value reference with the fixed value.

Parameters

valueThe fixed value to set.

Overload

Declaration

public ValueReference(TVariable variable)

Description

Creates a new value reference to the variable value.

Parameters

variableThe variable to reference.