Compartilhar via


Método DisposableCollection<T>.GetEnumerator

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>
Retorna IEnumerator<T>.

Implementações

IEnumerable<T>.GetEnumerator()

Segurança do .NET Framework

Consulte também

Referência

DisposableCollection<T> Classe

Namespace Microsoft.TeamFoundation.Framework.Server