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
ParameterTipeDeskripsi
kunciconst TKey&Kunci untuk dihapus.

ReturnValue

True jika kunci ditemukan dan dihapus, false jika tidak.

Lihat Juga