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.
Equals(const ValueTuple&)
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 SharedPtr<T>&)Deconstructs object to this value tuple.
operator==(const ValueTuple&) const
ToString() const
tuple()
tuple() 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