A span of text.
public struct SourceSpan : IEquatable<SourceSpan>
kind:method, kind:property, kind:ctor. Press Esc to clear.SourceSpan(Int32, Int32)Initializes a new instance of the SourceSpan struct.EmptyGets or sets the empty.EndGets or sets the ending character position from the original text source. Note that for inline elements, this is only valid if UsePreciseSourceLocation(MarkdownPipelineBuilder) is setup on the pipeline.IsEmptyGets or sets the is empty.LengthGets the character length of this element within the original source code.StartGets or sets the starting character position from the original text source. Note that for inline elements, this is only valid if UsePreciseSourceLocation(MarkdownPipelineBuilder) is setup on the pipeline.Equals(SourceSpan)Performs the equals operation.Equals(Object?)Performs the equals operation.GetHashCode()Gets hash code.MoveForward(Int32)Performs the move forward operation.ToString()Performs the to string operation.Equality(SourceSpan, SourceSpan)Performs the operation.Inequality(SourceSpan, SourceSpan)Performs the operation.