System::Collections::Generic::IDictionary::Remove method
IDictionary::Remove method
कुंजी को कंटेनर से हटाता है।
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::Remove(const TKey &key)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | const TKey& | हटाने के लिए कुंजी। |
ReturnValue
यदि कुंजी मिली और हटाई गई तो true, अन्यथा false।
संबंधित देखें
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++