VectorCollection.IEnumerable<Vector>.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::Vector> ^ System.Collections.Generic.IEnumerable<System.Windows.Vector>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Vector>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Vector> IEnumerable<Vector>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Vector>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Vector>
override this.System.Collections.Generic.IEnumerable<System.Windows.Vector>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Vector>
Function GetEnumerator () As IEnumerator(Of Vector) Implements IEnumerable(Of Vector).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 VectorCollection instance is cast to an IEnumerable<T> interface.
Applies to
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.