System::Collections::Generic::IDictionary::idx_get méthode

IDictionary::idx_get method

Fonction d’accès (getter).

virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
ParamètreTypeDescription
cléconst TKey&Clé à rechercher.

ReturnValue

Valeur à la clé spécifiée.

Voir aussi