ClockVector.System.Collections.IEnumerable.GetEnumerator 方法

返回一个循环访问时钟向量元素集合的枚举器。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
用法
Dim instance As ClockVector
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator
IEnumerator IEnumerable.GetEnumerator ()
private:
virtual IEnumerator^ System.Collections.IEnumerable.GetEnumerator () sealed = IEnumerable::GetEnumerator
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

返回值

一个可用于循环访问时钟向量元素集合的 IEnumerator 对象。

备注

此成员是显式实现的。访问此方法的代码必须首先将 ClockVector 转换为 IEnumerable 接口。

请参阅

参考

ClockVector 类
ClockVector 成员
Microsoft.Synchronization 命名空间