| 
    BGC Tools
    
   | 
 
Represents a position within a plain text resource. More...

Data Fields | |
| long | column | 
| The column position, 0-based. More... | |
| long | line | 
| The line position, 0-based. More... | |
Represents a position within a plain text resource.
Definition at line 8 of file TextPosition.cs.
| long LightJson.Serialization.TextPosition.column | 
The column position, 0-based.
Definition at line 11 of file TextPosition.cs.
Referenced by LightJson.Serialization.TextScanner.Read().
| long LightJson.Serialization.TextPosition.line | 
The line position, 0-based.
Definition at line 14 of file TextPosition.cs.
Referenced by LightJson.Serialization.TextScanner.Read().
 1.8.13