SymbolResolver.IEnumerable.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający, który iteruje po kolekcji par klucz/wartość, gdzie klucze są nazwami symboli i wartościami symboli.

 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

Zwraca

IEnumerator

Moduł wyliczający, który iteruje po kolekcji par klucz/wartość.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Może być używany tylko SymbolResolver wtedy, gdy wystąpienie jest rzutowania do IEnumerator interfejsu.

Dotyczy