System::Collections::Generic::IDictionary::Add method
IDictionary::Add method
Menambahkan pasangan kunci-nilai ke dalam kontainer.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| Parameter | Tipe | Deskripsi |
|---|---|---|
| kunci | const TKey& | Kunci untuk ditambahkan. |
| value | const TValue& | Nilai untuk ditambahkan. |
Lihat Juga
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++