System::Collections::Generic::ICollection::Remove method

ICollection::Remove method

Deletes element from collection.

virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
ParameterTypeDescription
itemconst T&Item to remove.

ReturnValue

True if element was found and removed, false otherwise.

See Also