Blazor コントロール
IndexOf<T> メソッド (IReadOnlyListEx)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IReadOnlyListEx クラス : IndexOf<T> メソッド
The list.
The item to look for.
Gets the index of the specified item.
シンタックス
'宣言
 
Public Shared Function IndexOf(Of T As Class)( _
   ByVal list As System.Collections.Generic.IReadOnlyList(Of T), _
   ByVal item As T _
) As System.Integer
public static System.int IndexOf<T>( 
   System.Collections.Generic.IReadOnlyList<T> list,
   T item
)
where T: class

パラメータ

list
The list.
item
The item to look for.

型パラメータ

T

戻り値の型

The index of the item.
参照

IReadOnlyListEx クラス
IReadOnlyListEx メンバ