System.Generics.Collections.TDictionary.operator []
C++
TValue operator[](const TKey Key) { return GetItem(Key); }
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Generics.Collections.hpp | System.Generics.Collections | TDictionary |
Description
Renvoie une valeur comportant la clé spécifiée dans le dictionnaire.