StringReference Constructor

Constructor in StringReference

Declaration

public StringReference()

Description

Creates a new string reference.


Overload

Declaration

public StringReference(string value)

Description

Creates a new string reference with the fixed value.

Parameters

valueThe fixed value to set.

Overload

Declaration

public StringReference(StringVariable variable)

Description

Creates a new string reference to the variable value.

Parameters

variableThe variable to reference.