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

ConcurrentDictionary::Add method

Lägger till värde i ordboken.

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

Se även