Represents a position within a TOML payload (offset, line, column).
public readonly struct TomlTextPosition : IEquatable<TomlTextPosition>
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlTextPosition(Int32, Int32, Int32)Initializes a new instance of the TomlTextPosition struct.EofGets a sentinel position representing end-of-file.ColumnGets the column number (0-based).LineGets the line number (0-based).OffsetGets the offset in the source text (0-based).Equality(TomlTextPosition, TomlTextPosition)Compares two TomlTextPosition values for equality.Inequality(TomlTextPosition, TomlTextPosition)Compares two TomlTextPosition values for inequality.