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