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
ParameterTypeDescription
itemSharedPtr<System::Object>The item to remove.

See Also