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)
Parameter | Type | Description |
---|---|---|
value | const T& | The element to remove from the collection. |
See Also
- Class ListImpl
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.PUB for C++