Struct StringReference
public struct StringReference
- Inherited Members
- Extension Methods
Properties
Length
Length inside existing string
public int Length { readonly get; set; }
Property Value
Source
public string Source { readonly get; set; }
Property Value
Spans
public ReadOnlySpan<char> Spans { get; }
Property Value
StartIndex
Position inside existing string
public int StartIndex { readonly get; set; }