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
Method | Description |
---|---|
virtual get_Length() const | Returns the number of positions in this data structure. |
virtual idx_get(int32_t) const | RTTI information. |
See Also
- Class Object
- Namespace System::Runtime::CompilerServices
- Library Aspose.PUB for C++