Compartir a través de


DisposableCollection<T>.IndexOf (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Server
Ensamblado:  Microsoft.TeamFoundation.Framework.Server (en Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxis

'Declaración
Public Function IndexOf ( _
    item As T _
) As Integer
public int IndexOf(
    T item
)

Parámetros

  • item
    Tipo: T

Valor devuelto

Tipo: System.Int32
Devuelva Int32.

Implementaciones

IList<T>.IndexOf(T)

Seguridad de .NET Framework

Vea también

Referencia

DisposableCollection<T> Clase

Microsoft.TeamFoundation.Framework.Server (Espacio de nombres)