Remove()

ICollection::Remove(const T&) method

Deletes element from collection.

virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0

Arguments

ParameterTypeDescription
itemconst T&Item to remove.

Return Value

True if element was found and removed, false otherwise.

See Also