Tuple()

Tuple::Tuple(Args…) constructor

Constructs a tuple object.

System::Tuple<Args>::Tuple(Args... args)

Arguments

ParameterTypeDescription
argsArgs…The arguments that are passed to the constructor of the Tuple object being constructed

See Also