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

返回一个类型化的 IEnumerator

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Private Function GetEnumerator As IEnumerator(Of T)
    Implements IEnumerable(Of T).GetEnumerator
IEnumerator<T> IEnumerable<T>.GetEnumerator()
private:
virtual IEnumerator<T>^ GetEnumerator() sealed = IEnumerable<T>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<'T> 
private override GetEnumerator : unit -> IEnumerator<'T> 
JScript 不支持显式接口实现。

返回值

类型:System.Collections.Generic.IEnumerator<T>
一种类型的 IEnumerator,该类型与创建集合时所声明的泛型类型相匹配。

实现

IEnumerable<T>.GetEnumerator()

备注

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

.NET Framework 安全性

请参见

参考

EqtBaseCollection<T> 类

Microsoft.VisualStudio.TestTools.Common 命名空间