BGC Tools
Data Fields
LightJson.Serialization.TextPosition Struct Reference

Represents a position within a plain text resource. More...

Collaboration diagram for LightJson.Serialization.TextPosition:
Collaboration graph
[legend]

Data Fields

long column
 The column position, 0-based. More...
 
long line
 The line position, 0-based. More...
 

Detailed Description

Represents a position within a plain text resource.

Definition at line 8 of file TextPosition.cs.

Field Documentation

◆ column

long LightJson.Serialization.TextPosition.column

The column position, 0-based.

Definition at line 11 of file TextPosition.cs.

Referenced by LightJson.Serialization.TextScanner.Read().

◆ line

long LightJson.Serialization.TextPosition.line

The line position, 0-based.

Definition at line 14 of file TextPosition.cs.

Referenced by LightJson.Serialization.TextScanner.Read().


The documentation for this struct was generated from the following file: