FeedClockVector.System.Collections.IEnumerable.GetEnumerator Método
Devuelve un enumerador que recorre en iteración la colección de elementos del vector de reloj.
Espacio de nombres: Microsoft.Synchronization.FeedSync
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)
Sintaxis
'Declaración
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'Uso
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.
Valor devuelto
Objeto IEnumerator que se puede usar para recorrer en iteración la colección de elementos del vector de reloj.
Notas
Este método se implementa de manera explícita. El código que tiene acceso a este método primero debe convertir FeedClockVector a la interfaz IEnumerable.
Vea también
Referencia
FeedClockVector Clase
FeedClockVector Miembros
Microsoft.Synchronization.FeedSync Espacio de nombres