ValueTupleTypeInfo

ValueTupleTypeInfo struct

Represents a pointer to TypeInfo object that contains information about ValueTuple class.

class ValueTupleTypeInfo : public System::TypeInfoPtr

Methods

MethodDescription
operator TypeInfo *()Returns a raw pointer to the represented TypeInfo object.
TypeInfoPtr()Default constructor.
TypeInfoPtr(const std::type_info&)Constructor.
TypeInfoPtr(const char_t *, uint32_t)Constructor.
TypeInfoPtr(const char_t *)Constructor.
TypeInfoPtr(const String&)Constructor.
ValueTupleTypeInfo()Constructs an instance of MulticastDelegateTypeInfo class.
~TypeInfoPtr()Destructor.

See Also