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

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス : IndexOf<T> メソッド
The data collection.
The item that will be searched.
Gets the index of the specified item.
シンタックス
'宣言
 
Public Shared Function IndexOf(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal item As T _
) As System.Integer
public static System.int IndexOf<T>( 
   IDataCollection<T> dataCollection,
   T item
)
where T: class

パラメータ

dataCollection
The data collection.
item
The item that will be searched.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ