ProviderCollection.GetEnumerator Método

Definição

Retorna um objeto que implementa a interface IEnumerator para iterar pela coleção.Returns an object that implements the IEnumerator interface to iterate through the collection.

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Retornos

IEnumerator

Um objeto que implementa IEnumerator para iterar pela coleção.An object that implements IEnumerator to iterate through the collection.

Implementações

Comentários

A ProviderCollection classe armazena sua coleção em um Hashtable objeto.The ProviderCollection class stores its collection in a Hashtable object. O ProviderCollection.GetEnumerator método chama o Hashtable.GetEnumerator método.The ProviderCollection.GetEnumerator method calls the Hashtable.GetEnumerator method.

Aplica-se a