'Declaration Public Function IndexOf( _ ByVal item As T _ ) As Integer
'Declaration
Public Function IndexOf( _ ByVal item As T _ ) As Integer
'Usage Dim instance As SmartList(Of T) Dim item As T Dim value As Integer value = instance.IndexOf(item)
'Usage
Dim instance As SmartList(Of T) Dim item As T Dim value As Integer value = instance.IndexOf(item)
public int IndexOf( T item )
public function IndexOf( item: T ): Integer;
public function IndexOf( item : T ) : int;
public: int IndexOf( T* item )
public: int IndexOf( T^ item )
SmartList<T> Class SmartList<T> Members