idx_get()

ITuple::idx_get(int32_t) const method

Returns the element at position index.

virtual SharedPtr<Object> System::Runtime::CompilerServices::ITuple::idx_get(int32_t index) const =0

Arguments

ParameterTypeDescription
indexint32_tof the specified Tuple element.

Return Value

The element at position index the Tuple

See Also