Point3DCollection.IEnumerable<Point3D>.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see 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
Returns
An IEnumerator<T> object that can be used to iterate through the collection.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the Point3DCollection instance is cast to an IEnumerable<T> interface.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.