System::ValueTuple class

ValueTuple class

Class that represents a ValueTuple data structure.

template<typename ...>class ValueTuple : public System::Details::BoxableObjectBase

Methods

MethodDescription
Equals(SharedPtr<Object>)Determines if the current and the specified objects are identical.
GetHashCode() const
GetType() const
Item()Gets the reference to value of the ValueTuple object’s component.
Item() constGets the value of the ValueTuple object’s component.
operator=(const ValueTuple<OtherArgs…>&)
operator==(const ValueTuple&) const
ToString() const
static Type()Returns a reference to the TypeInfo object representing the ValueTuple class type information.
ValueTuple()
ValueTuple(Args…)Constructs a tuple object.

See Also