VectorCollection.IEnumerable<Vector>.GetEnumerator Yöntem

Tanım

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

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 VectorCollection yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.