System::Collections::Concurrent::ConcurrentDictionary::idx_set método

ConcurrentDictionary::idx_set method

Información RTTI.

virtual void System::Collections::Concurrent::ConcurrentDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value) override
ParámetroTipoDescripción
claveconst TKey&Posición donde establecer el elemento.
valueTValueValor a establecer en una posición específica.

Observaciones

Establece el elemento en una posición específica.

Ver también