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
abstract GetEnumerator : unit -> IEnumerator<IClockVectorElement> 
override GetEnumerator : unit -> IEnumerator<IClockVectorElement> 
public final function GetEnumerator() : IEnumerator<IClockVectorElement>

戻り値

型 : System.Collections.Generic. . :: . .IEnumerator< (Of < ( <'IClockVectorElement> ) > ) >
クロック ベクター要素を反復処理する列挙子です。

実装

IEnumerable< (Of < ( <'T> ) > ) >. . :: . .GetEnumerator() () () ()

参照

参照

ClockVectorクラス

ClockVector メンバー

Microsoft.Synchronization 名前空間