System::Collections::CollectionBase::ListImpl::Remove method

ListImpl::Remove method

Removes the first occurrence of a specific element from the collection.

void System::Collections::CollectionBase<T>::ListImpl::Remove(const T &value)
ParameterTypeDescription
valueconst T&The element to remove from the collection.

See Also