Partilhar via


ObservableHashSet<T>.GetEnumerator Método

Definição

Retorna um enumerador que itera por meio do conjunto de 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

Retornos

System.Collections.Generic.HashSet.Enumerator

Um enumerador para o conjunto de hash.

Aplica-se a