System::Collections::Generic::IDictionary::Remove method
IDictionary::Remove method
Menghapus kunci dari kontainer.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | const TKey& | Kunci untuk dihapus. |
ReturnValue
True jika kunci ditemukan dan dihapus, false jika tidak.
Lihat Juga
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++