Cache.IEnumerable.GetEnumerator Metoda

Definicja

Zwraca moduł wyliczający, który może iterować po Cache kolekcji obiektów.

 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 może iterować po kolekcji Cache obiektów.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy Cache wystąpienie jest rzutowe do interfejsu IEnumerable .

Dotyczy