System.Generics.Collections.TDictionary.operator []

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

TValue operator[](const TKey Key) { return this->Items[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.

Voir aussi