ImmutableSortedSet<T>.Enumerator.Current Propiedad

Definición

Obtiene el elemento en la posición actual del enumerador.

Paquete NuGet: System.Collections.Immutable (sobre las colecciones inmutables y la instalación)

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

Valor de propiedad

T

Elemento de la posición actual del enumerador.

Implementaciones

Se aplica a