FeedClockVector.GetEnumerator メソッド
クロック ベクター要素を反復処理する列挙子を返します。
名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
Public Function GetEnumerator As IEnumerator(Of IClockVectorElement)
'使用
Dim instance As FeedClockVector
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>
戻り値
クロック ベクター要素を反復処理する列挙子です。
参照
リファレンス
FeedClockVector クラス
FeedClockVector メンバー
Microsoft.Synchronization.FeedSync 名前空間