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 名前空間