Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Field in StringInfo
Indicates whether this string's line ID was implicitly generated.
public bool isImplicitTag;Implicitly generated line IDs are not guaranteed to remain the same across multiple compilations. To ensure that a line ID remains the same, you must define it by adding a line tag to the line.
public int lineNumber;public string nodeName;Field in StringInfo
The metadata (i.e. hashtags) associated with this string.
public string[] metadata;This array will contain any hashtags associated with this string besides the #line: hashtag.
You do not create instances of this class yourself. They are generated by the Compiler .
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.
public struct StringInfoThe original text of the string.