idx_set()

IDictionary::idx_set(const TKey&, TValue) method

Setter function.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0

Arguments

ParameterTypeDescription
keyconst TKey&Key to look for.
valueTValueValue to set to specified key.

See Also