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