Compartilhar via


Método ObjectBinder<T>.GetEnumerator

A pasta de objeto é um streaming enumeráveis e usa um objeto interno como o enumerador. Isso significa que não oferece suporte pode redefinir o enumerador. Também todas as solicitações obter um enumerador usará este objeto

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function GetEnumerator As IEnumerator(Of T)
public IEnumerator<T> GetEnumerator()

Valor de retorno

Tipo: System.Collections.Generic.IEnumerator<T>

Implementações

IEnumerable<T>.GetEnumerator()

Segurança do .NET Framework

Consulte também

Referência

ObjectBinder<T> Classe

Namespace Microsoft.TeamFoundation.Framework.Server