Remove()

IList::Remove(SharedPtr<System::Object>) method

Removes the first instance of the specified item from the list.

virtual void System::Collections::IList::Remove(SharedPtr<System::Object> item)=0

Arguments

ParameterTypeDescription
itemSharedPtr<System::Object>The item to remove.

See Also