'宣言 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