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

Show in webframe

Remove Method (ListWithEvents<T>)







The object to remove from the ListWithEvents<T>. The value can be null for reference types.
Removes the first occurrence of a specific object from the ListWithEvents<T>.
Syntax
public bool Remove( 
   T item
)
'Declaration
 
Public Function Remove( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim item As T
Dim value As Boolean
 
value = instance.Remove(item)

            

            
public: bool Remove( 
   T* item
) 
public:
bool Remove( 
   T^ item
) 

Parameters

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

Return Value

true if item is successfully removed; otherwise, it is false.
Remarks
This method also returns false if item was not found in the ListWithEvents<T>
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