Struct ApplySpan
public struct ApplySpan
- Inherited Members
- Extension Methods
Properties
DebugString
public string DebugString { get; }
Property Value
Empty
public static ApplySpan Empty { get; }
Property Value
End
public int End { readonly get; set; }
Property Value
Span
public TextSpan Span { readonly get; set; }
Property Value
Start
public int Start { readonly get; set; }
Property Value
Methods
Create(TextSpan, int, int)
public static ApplySpan Create(TextSpan span, int start, int end)