Share via


Metodo DisposableCollection<T>.IndexOf

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Sintassi

'Dichiarazione
Public Function IndexOf ( _
    item As T _
) As Integer
public int IndexOf(
    T item
)

Parametri

  • item
    Tipo: T

Valore restituito

Tipo: System.Int32
Restituisca il valore Int32.

Implementa

IList<T>.IndexOf(T)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DisposableCollection<T> Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Server