HashEnumerator<TKey,TValue>.Current Propriété

Définition

Obtient ou définit l'élément en cours dans la collection.

public:
 virtual property TValue Current { TValue get(); void set(TValue value); };
public virtual TValue Current { get; set; }
member this.Current : 'Value with get, set
Public Overridable Property Current As TValue

Valeur de propriété

TValue

Élément actuel dans la collection.

S’applique à