Click or drag to resize

SourcePosition Structure

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Monkeyspeak.lexical.SourcePosition"]

Namespace:  Monkeyspeak.lexical
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public struct SourcePosition

The SourcePosition type exposes the following members.

Constructors
  NameDescription
Public methodSourcePosition
Initializes a new instance of the SourcePosition class
Top
Properties
  NameDescription
Public propertyColumn
Gets the column.
Public propertyLine
Gets the line.
Public propertyRawPosition
Gets the raw character position. Useful for looking up the location from a string.Substring call.
Top
Methods
Extension Methods
See Also