Point3DCollection.IEnumerable<Point3D>.GetEnumerator Yöntem

Tanım

Bu üyenin açıklaması için bkz 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

Döndürülenler

Koleksiyonda yinelemek için kullanılabilecek bir IEnumerator<T> nesnesi.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IEnumerable<T> arabirime Point3DCollection yayınlandığında kullanılabilir.

Şunlara uygulanır