Condividi tramite


SimpleHashtable.GetEnumerator Metodo

Definizione

Ottiene un enumeratore per la tabella hash.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 System::Collections::IDictionaryEnumerator ^ GetEnumerator();
public System.Collections.IDictionaryEnumerator GetEnumerator ();
member this.GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
Public Function GetEnumerator () As IDictionaryEnumerator

Restituisce

Enumeratore per la tabella hash.

Si applica a

Vedi anche