System.Generics.Collections.TDictionary.operator []

From RAD Studio API Documentation
Jump to: navigation, search

C++

TValue operator[](const TKey Key) { return this->Items[Key]; }

Properties

Type Visibility Source Unit Parent
function public System.Generics.Collections.hpp System.Generics.Collections TDictionary


Description

Returns a value with the specified key in the dictionary.

See Also