System::Collections::Generic::List::Remove metod
List::Remove method
Tar bort den första förekomsten av ett specifikt objekt från listan.
bool System::Collections::Generic::List<T>::Remove(const T &item) override
| Parameter | Type | Beskrivning |
|---|---|---|
| objekt | const T& | Objekt att ta bort. |
ReturnValue
Sant om objektet hittades och togs bort, falskt annars.
Se även
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Page for C++