Span<T>.Enumerator.IEnumerator<T>.Current Propriété

Définition

Obtient l’élément de la collection à la position actuelle de l’énumérateur.

property T System::Collections::Generic::IEnumerator<T>::Current { T get(); };
T System.Collections.Generic.IEnumerator<T>.Current { get; }
member this.System.Collections.Generic.IEnumerator<T>.Current : 'T
 ReadOnly Property Current As T Implements IEnumerator(Of T).Current

Valeur de propriété

T

Élément de la collection à la position actuelle de l’énumérateur.

Implémente

S’applique à