A position within a text (offset, line column)
public struct TextPosition : IEquatable<TextPosition>
kind:method, kind:property, kind:ctor. Press Esc to clear.TextPosition(Int32, Int32, Int32)Creates a new instance of a TextPositionEofGets a sentinel position representing end-of-file.ColumnGets or sets the column number (zero based)LineGets or sets the line number (zero based)OffsetGets or sets the offset.Equality(TextPosition, TextPosition)Compares two TextPosition values for equality.Inequality(TextPosition, TextPosition)Compares two TextPosition values for inequality.