Condividi tramite


ObservableHashSet<T>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che scorre il set di hash.

public virtual System.Collections.Generic.HashSet<T>.Enumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.HashSet<'T>.Enumerator
override this.GetEnumerator : unit -> System.Collections.Generic.HashSet<'T>.Enumerator
Public Overridable Function GetEnumerator () As HashSet(Of T).Enumerator

Restituisce

System.Collections.Generic.HashSet.Enumerator

Enumeratore per il set di hash.

Si applica a