System::Collections::Concurrent::ConcurrentDictionary::idx_set‑metod

ConcurrentDictionary::idx_set method

RTTI-information.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value) override
ParameterTypeBeskrivning
nyckelconst TKey&Position att sätta elementet på.
valueTValueVärde att sätta på en specifik position.

Anmärkningar

Sätter elementet på en specifik position.

Se även