System.Generics.Collections.TDictionary.operator []
C++
V operator[](const K 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.