System::Collections::Generic::IDictionary::idx_get method

IDictionary::idx_get method

Getter function.

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
ParameterTypeDescription
keyconst TKey&Key to look for.

ReturnValue

Value at specified key.

See Also