DisposableCollection<T>.IndexOf 方法

命名空间:  Microsoft.TeamFoundation.Framework.Server
程序集:  Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)

语法

声明
Public Function IndexOf ( _
    item As T _
) As Integer
public int IndexOf(
    T item
)

参数

  • item
    类型:T

返回值

类型:System.Int32
返回 Int32

实现

IList<T>.IndexOf(T)

.NET Framework 安全性

请参见

参考

DisposableCollection<T> 类

Microsoft.TeamFoundation.Framework.Server 命名空间