C# Class LightJson.Serialization.TextPosition

Represents a position within a plain text resource.
Mostrar archivo Open project: UCRBrainGameCenter/BGC_Tools Class Usage Examples

Public Properties

Property Type Description
column long
line long

Property Details

column public_oe property

The column position, 0-based.
public long column
return long

line public_oe property

The line position, 0-based.
public long line
return long