System::Collections::Concurrent::ConcurrentDictionary::Add method

ConcurrentDictionary::Add method

Voegt een waarde toe aan het woordenboek.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::Add(const TKey &key, const TValue &value) override
ParameterTypeBeschrijving
sleutelconst TKey&Sleutel om toe te voegen.
valueconst TValue&Waarde om toe te voegen.

Zie ook