System::Collections::Generic::IDictionary::Add methode

IDictionary::Add method

Voegt een sleutel‑waarde‑paar toe aan de container.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value)=0
ParameterTypeBeschrijving
sleutelconst TKey&Sleutel om toe te voegen.
valueconst TValue&Waarde om toe te voegen.

Zie ook