System::Runtime::CompilerServices::ITuple class

ITuple class

Defines a general-purpose Tuple implementation that allows access to Tuple instance members without knowing the underlying Tuple type.

class ITuple : public virtual System::Object

Methods

MethodDescription
virtual get_Length() constReturns the number of positions in this data structure.
virtual idx_get(int32_t) constRTTI information.

See Also