Sdílet prostřednictvím


SymbolResolver.IEnumerable.GetEnumerator Metoda

Definice

Vrátí enumerátor, který provede iteraci kolekcí párů klíč/hodnota, kde klíče jsou názvy symbolů a hodnoty symbolů.

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

Návraty

IEnumerator

Enumerátor, který prochází kolekcí párů klíč/hodnota.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Dá se použít jenom v případě, že SymbolResolver je instance přetypování na IEnumerator rozhraní.

Platí pro