MemoryExtensions.SpanSplitEnumerator<T>.Current Property

Definition

Gets the current element of the enumeration.

public:
 property Range Current { Range get(); };
public Range Current { get; }
member this.Current : Range
Public ReadOnly Property Current As Range

Property Value

A Range instance that indicates the bounds of the current element withing the source span.

Applies to