System::Collections::Specialized::StringDictionary::idx_get method

StringDictionary::idx_get method

Gets value at specific key.

virtual String System::Collections::Specialized::StringDictionary::idx_get(const String &key) const override
ParameterTypeDescription
keyconst String&Key to look at.

ReturnValue

Copy of value at specified position, either existing or newly created.

See Also