System::Collections::Generic::ICollection::Remove yöntemi
ICollection::Remove method
Koleksiyondan öğeyi siler.
virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
| Parameter | Type | Açıklama |
|---|---|---|
| öğe | const T& | Kaldırılacak öğe. |
ReturnValue
Eleman bulunup kaldırıldıysa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++