idx_get()

IDictionary::idx_get(const TKey&) const method

Getter function.

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

Arguments

ParameterTypeDescription
keyconst TKey&Key to look for.

Return Value

Value at specified key.

See Also