共用方式為


ClockVector.GetEnumerator 方法

傳回逐一查看時鐘向量元素的列舉值。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization (在 microsoft.synchronization.dll)

語法

'宣告
Public Function GetEnumerator As IEnumerator(Of IClockVectorElement)
'用途
Dim instance As ClockVector
Dim returnValue As IEnumerator(Of IClockVectorElement)

returnValue = instance.GetEnumerator
public IEnumerator<IClockVectorElement> GetEnumerator ()
public:
virtual IEnumerator<IClockVectorElement^>^ GetEnumerator () sealed
public final IEnumerator<IClockVectorElement> GetEnumerator ()
public final function GetEnumerator () : IEnumerator<IClockVectorElement>

傳回值

逐一查看時鐘向量元素的列舉值。

請參閱

參考

ClockVector 類別
ClockVector 成員
Microsoft.Synchronization 命名空間