Método System::Collections::Generic::_ValueList::idx_get

_ValueList::idx_get method

Obtiene el valor en la posición especificada.

virtual TValue System::Collections::Generic::_ValueList<Dict>::idx_get(int index) const
ParámetroTipoDescripción
índiceintÍndice del cual obtener el valor.

ReturnValue

Copia del valor en la posición especificada.

Ver también