System::Runtime::CompilerServices::ITuple::idx_get method

ITuple::idx_get method

RTTI information.

virtual SharedPtr<Object> System::Runtime::CompilerServices::ITuple::idx_get(int32_t index) const =0
ParameterTypeDescription
indexint32_tof the specified Tuple element.

ReturnValue

The element at position index the Tuple

Remarks

Returns the element at position index

See Also