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
Parameter | Type | Description |
---|---|---|
index | int32_t | of the specified Tuple element. |
ReturnValue
The element at position index the Tuple
Remarks
Returns the element at position index
See Also
- Typedef SharedPtr
- Class Object
- Class ITuple
- Namespace System::Runtime::CompilerServices
- Library Aspose.PUB for C++