System::Collections::Generic::IDictionary::Add method
IDictionary::Add method
कंटेनर में कुंजी-मूल्य जोड़ी जोड़ता है।
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| कुंजी | const TKey& | जोड़ने के लिए कुंजी। |
| मान | const TValue& | जोड़ने के लिए मान। |
संबंधित देखें
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++