System::Collections::Generic::ICollection::Remove metod
ICollection::Remove method
Tar bort element från samlingen.
virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
| Parameter | Type | Beskrivning |
|---|---|---|
| objekt | const T& | Objekt att ta bort. |
ReturnValue
Sant om elementet hittades och togs bort, falskt annars.
Se även
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++