Condividi tramite


Metodo FeedClockVector.System.Collections.IEnumerable.GetEnumerator

Restituisce un enumeratore che consente di scorrere l'insieme degli elementi del vettore di clock.

Spazio dei nomi: Microsoft.Synchronization.FeedSync
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'Utilizzo
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.

Valore restituito

Oggetto IEnumerator che può essere utilizzato per scorrere l'insieme degli elementi del vettore di clock.

Osservazioni

Questo membro viene implementato in modo esplicito. Il codice che accede a questo metodo deve prima eseguire il cast di FeedClockVector all'interfaccia IEnumerable.

Vedere anche

Riferimento

Classe FeedClockVector
Membri FeedClockVector
Spazio dei nomi Microsoft.Synchronization.FeedSync