StringInfo
Inherits from
System.ValueType
Information about a string. Stored inside a string table, which is produced from the Compiler.
public struct StringInfo
Name | Description |
---|---|
The name of the file this string was found in. | |
Indicates whether this string's line ID was implicitly generated. | |
The line number at which this string was found in the file. | |
The metadata (i.e. hashtags) associated with this string. | |
The name of the node that this string was found in. | |
The original text of the string. |
Name | Description |
---|---|
|
Last modified 21d ago