GeneralTransform3DCollection.IEnumerable.GetEnumerator Metoda

Definice

Popis tohoto člena najdete v tématu GetEnumerator().

 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

Objekt, IEnumerator který lze použít pro iteraci prostřednictvím kolekce.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho GeneralTransform3DCollection použít pouze v případě, že je instance přetypována do IEnumerable rozhraní.

IEnumerable.GetEnumeratorje zaveden v .NET Framework verze 3.5. Další informace najdete v tématu Verze a závislosti.

Platí pro