Metodo System::Runtime::CompilerServices::ITuple::idx_get

ITuple::idx_get method

Informazioni RTTI.

virtual SharedPtr<Object> System::Runtime::CompilerServices::ITuple::idx_get(int32_t index) const =0
ParametroTipoDescrizione
indexint32_tdell’elemento Tuple specificato.

ReturnValue

L’elemento alla posizione indice del Tuple

Osservazioni

Restituisce l’elemento alla posizione indice

Vedi anche