Declaration
Last updated
Was this helpful?
Last updated
Was this helpful?
Class in
Inherits from System.Object
Get or sets a value indicating whether this Declaration was implicitly inferred from usage.
Gets the name of this Declaration.
The line number at which this Declaration was found in the source file.
Gets the name of the file in which this Declaration was found.
Gets the name of the node in which this Declaration was found.
The string used for if the Declaration was found outside of a Yarn source file.
Creates a new instance of the class, using the given name
and default value. The ReturnType
of the new instance will be configured based on the type of defaultValue
, and the DeclarationType
will be Type.Variable
. All other properties will be their default values.
Gets the default value of this , if no value has been specified in code or is available from a 's .
Gets a string describing the purpose of this .
Gets the line number at which this Declaration was found in the node indicated by .