Edit

Share via


ReadOnlyRefEnumerable<T>.Enumerator.Current Property

Definition

Gets the element in the collection at the current position of the enumerator.

public ref readonly T Current { get; }
member this.Current : 'T
Public ReadOnly Property Current As T

Property Value

T

The element in the collection at the current position of the enumerator.

Applies to