System::Collections::Generic::BaseDictionary::operator[] method
BaseDictionary::operator[] method
Función de acceso.
virtual mapped_t & System::Collections::Generic::BaseDictionary<Map>::operator[](const key_t &key)
| Parámetro | Tipo | Descripción |
|---|---|---|
| key | const key_t& | Clave de Dictionary para acceder. |
ReturnValue
Referencia al valor existente (o creado) asociado a la key.
Ver también
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++