Heureka API .NET Documentation
Remove(Object) Method



Object to remove
Removes the first occurrence of a specific object from the collection.
Syntax
'Declaration
 
Public Overloads Sub Remove( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As TreatmentUnitInfoCollection
Dim value As Object
 
instance.Remove(value)
public void Remove( 
   object value
)
public:
void Remove( 
   Object^ value
) 

Parameters

value
Object to remove
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreatmentUnitInfoCollection Class
TreatmentUnitInfoCollection Members
Overload List

Send Feedback