Share via


SynchronizedReadOnlyCollection<T>.IEnumerable.GetEnumerator Metoda

Definice

Vrátí enumerátor, který iteruje synchronizovanou kolekci jen pro čtení.

 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

Enumerátor, který iteruje synchronizovanou kolekci jen pro čtení.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v SynchronizedReadOnlyCollection<T> případě, že je instance přetypovaná na IEnumerable rozhraní.

Platí pro