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
value | The fixed value to set. |
Overload
Declaration
public StringReference(StringVariable variable)
Description
Creates a new string reference to the variable value.
Parameters
variable | The variable to reference. |