System::Collections::Generic::IDictionary::idx_get method
IDictionary::idx_get method
Función getter.
virtual TValue System::Collections::Generic::IDictionary<TKey, TValue>::idx_get(const TKey &key) const =0
| Parámetro | Tipo | Descripción |
|---|---|---|
| clave | const TKey& | Clave a buscar. |
ReturnValue
Valor en la clave especificada.
Ver también
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++