System::Collections::Generic::IDictionary::idx_get metod

IDictionary::idx_get method

Getter-funktion.

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
ParameterTypeBeskrivning
nyckelconst TKey&Nyckel att söka efter.

ReturnValue

Värde för angiven nyckel.

Se även