次の方法で共有


FeedClockVector.System.Collections.IEnumerable.GetEnumerator メソッド

クロック ベクター要素のコレクションを反復処理する列挙子を返します。

名前空間: Microsoft.Synchronization.FeedSync
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)

構文

'宣言
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'使用
Dim instance As FeedClockVector
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 オブジェクトです。

解説

このメンバーは明示的に実装されます。このメソッドにアクセスするコードは、最初に FeedClockVectorIEnumerable インターフェイスにキャストする必要があります。

参照

リファレンス

FeedClockVector クラス
FeedClockVector メンバー
Microsoft.Synchronization.FeedSync 名前空間