Represents a textual source span within a TOML payload.
public readonly struct TomlSourceSpan
kind:method, kind:property, kind:ctor. Press Esc to clear.TomlSourceSpan(String, TomlTextPosition, TomlTextPosition)Initializes a new instance of the TomlSourceSpan struct.EndGets the ending position.LengthGets the length of this span (inclusive).OffsetGets the starting offset of this span.SourceNameGets the source name associated with this span (for example a file path).StartGets the starting position.ToStringSimple()Returns a string representation of this source span not including the end position.