Condividi tramite


FrozenSet<T>.GetEnumerator Metodo

Definizione

Restituisce un enumeratore che esegue un'iterazione nel set.

public:
 System::Collections::Frozen::FrozenSet<T>::Enumerator GetEnumerator();
public System.Collections.Frozen.FrozenSet<T>.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.Frozen.FrozenSet<'T>.Enumerator
Public Function GetEnumerator () As FrozenSet(Of T).Enumerator

Restituisce

Enumeratore che esegue l'iterazione tramite il set.

Si applica a