ImmutableHashSet<T>.Enumerator.Reset Método
Definição
Define o enumerador com sua posição inicial, que é antes do primeiro elemento do conjunto de hash.Sets the enumerator to its initial position, which is before the first element in the hash set.
public:
virtual void Reset();
public void Reset ();
abstract member Reset : unit -> unit
override this.Reset : unit -> unit
Public Sub Reset ()
Implementações
Exceções
O conjunto de hash foi modificado depois da criação do enumerador.The hash set was modified after the enumerator was created.