FreezableCollection<T>.IEnumerable<T>.GetEnumerator 方法

定义

有关此成员的说明,请参见 GetEnumerator()

 virtual System::Collections::Generic::IEnumerator<T> ^ System.Collections.Generic.IEnumerable<T>.GetEnumerator() = System::Collections::Generic::IEnumerable<T>::GetEnumerator;
System.Collections.Generic.IEnumerator<T> IEnumerable<T>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<T>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> System.Windows.DependencyObject)>
override this.System.Collections.Generic.IEnumerable<T>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T (requires 'T :> System.Windows.DependencyObject)>
Function GetEnumerator () As IEnumerator(Of T) Implements IEnumerable(Of T).GetEnumerator

返回

IEnumerator<T>

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

实现

注解

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

适用于

另请参阅