System::Collections::Generic::IDictionary::Add metod

IDictionary::Add method

Lägger till ett nyckel‑värdepar i behållaren.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
ParameterTypeBeskrivning
nyckelconst TKey&Nyckel att lägga till.
valueconst TValue&Värde att lägga till.

Se även