MemoryExtensions.SpanSplitEnumerator<T>.Source Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the source span being enumerated.
public:
 property ReadOnlySpan<T> Source { ReadOnlySpan<T> get(); };public ReadOnlySpan<T> Source { get; }member this.Source : ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)>Public ReadOnly Property Source As ReadOnlySpan(Of T)Property Value
The ReadOnlySpan<T> that was provided when creating this enumerator.