System::Collections::Generic::IDictionary::Remove yöntemi
IDictionary::Remove method
Anahtarı konteynerden kaldırır.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| Parameter | Type | Açıklama |
|---|---|---|
| anahtar | const TKey& | Kaldırılacak anahtar. |
ReturnValue
Anahtar bulundu ve kaldırıldıysa doğru, aksi takdirde yanlış.
Ayrıca Bakınız
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++