StringReference

Inherits from ValueReference<T>

Declaration

[Serializable]
public class StringReference : ValueReference<string, StringVariable>

Description

A reference to a string value, either a constant or StringVariable.

Constructors

StringReferenceCreates a new string reference.

Operators

ImplicitImplicitly converts the reference to a string.