Point3DCollection.IEnumerable<Point3D>.GetEnumerator Metoda

Definice

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

 virtual System::Collections::Generic::IEnumerator<System::Windows::Media::Media3D::Point3D> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.Media3D.Point3D>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::Media3D::Point3D>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Point3D> IEnumerable<Point3D>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.Media3D.Point3D>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Point3D>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.Media3D.Point3D>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.Media3D.Point3D>
Function GetEnumerator () As IEnumerator(Of Point3D) Implements IEnumerable(Of Point3D).GetEnumerator

Návraty

IEnumerator<Point3D>

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

Implementuje

Poznámky

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

Platí pro