System::Collections::Generic::ICollection::Remove method
ICollection::Remove method
Menghapus elemen dari koleksi.
virtual bool System::Collections::Generic::ICollection<T>::Remove(const T &item)=0
| Parameter | Tipe | Deskripsi |
|---|---|---|
| item | const T& | Item yang akan dihapus. |
ReturnValue
Benar jika elemen ditemukan dan dihapus, salah jika tidak.
Lihat Juga
- Class ICollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++