Error processing SSI file
LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

Show in webframe

IndexOf Method (ListWithEvents<T>)







The object to locate in the ListWithEvents<T>. The value can be null for reference types.
Searches for the specified object and returns the zero-based index of the first occurrence within the entire ListWithEvents<T>.
Syntax
public int IndexOf( 
   T item
)
'Declaration
 
Public Function IndexOf( _
   ByVal item As T _
) As Integer
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim item As T
Dim value As Integer
 
value = instance.IndexOf(item)

            

            
public: int IndexOf( 
   T* item
) 
public:
int IndexOf( 
   T^ item
) 

Parameters

item
The object to locate in the ListWithEvents<T>. The value can be null for reference types.

Return Value

The zero-based index of the first occurrence of item within the ListWithEvents<T>, if found; otherwise, -1.
Requirements

Target Platforms

See Also

Reference

ListWithEvents<T> Class
ListWithEvents<T> Members

Error processing SSI file
   Leadtools.Medical.Workstation requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features