System::Collections::Generic::List::Remove method
List::Remove method
Removes first instance of specific item from list.
bool System::Collections::Generic::List<T>::Remove(const T &item) override
Parameter | Type | Description |
---|---|---|
item | const T& | Item to remove. |
ReturnValue
True if item was found and removed, false otherwise.
See Also
- Class List
- Namespace System::Collections::Generic
- Library Aspose.TeX for C++