VectorCollection.IEnumerable<Vector>.GetEnumerator 方法

定义

有关此成员的说明,请参见 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

返回

IEnumerator<Vector>

一个可用于循环访问集合的 IEnumerator<T> 对象。

实现

注解

此成员是显式接口成员的实现。 它只能在 VectorCollection 实例被强制转换为 IEnumerable<T> 接口时使用。

适用于

另请参阅