System::Collections::Generic::IDictionary::Add yöntemi
IDictionary::Add method
Kapsayıcıya anahtar-değer çifti ekler.
virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
| Parametre | Tür | Açıklama |
|---|---|---|
| anahtar | const TKey& | Eklenecek anahtar. |
| değer | const TValue& | Eklenecek değer. |
Ayrıca Bakınız
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++