idx_get()

StringDictionary::idx_get(const String&) const method

Gets value at specific key.

virtual String System::Collections::Specialized::StringDictionary::idx_get(const String &key) const override

Arguments

ParameterTypeDescription
keyconst String&Key to look at.

Return Value

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

See Also