Gets the index of the specified item.
シンタックス
'宣言
Public Shared Function IndexOf(Of As Class)( _
ByVal As System.Collections.Generic.IReadOnlyList(Of T), _
ByVal As _
) As System.Integer
public static System.int IndexOf<>(
System.Collections.Generic.IReadOnlyList<T> ,
)
where T: class
パラメータ
- list
- The list.
- item
- The item to look for.
型パラメータ
- T
戻り値の型
The index of the item.
参照