ImmutableArray<T>.Enumerator.Current Property

Definition

Gets the current item.

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

Property Value

T

The current item.

Applies to