Selerix Developer Tools
IndexOf Method (SmartList<T>)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > SmartList<T> Class : IndexOf Method
The item.
Indexes the of.
Syntax
'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)
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
) 

Parameters

item
The item.
See Also

Reference

SmartList<T> Class
SmartList<T> Members