System::Collections::IList::Remove method
IList::Remove method
Removes the first instance of the specified item from the list.
virtual void System::Collections::IList::Remove(SharedPtr<System::Object> item)=0
| Parameter | Type | Description | 
|---|---|---|
| item | SharedPtr<System::Object> | The item to remove. | 
See Also
- Typedef SharedPtr
 - Class Object
 - Class IList
 - Namespace System::Collections
 - Library Aspose.PUB for C++