System::Collections::Generic::IDictionary::idx_set method

IDictionary::idx_set method

Setter function.

virtual void System::Collections::Generic::IDictionary<TKey, TValue>::idx_set(const TKey &key, TValue value)=0
ParameterTypeDescription
keyconst TKey&Key to look for.
valueTValueValue to set to specified key.

See Also