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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.