Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ValueTuple::Create Method ()

 

Creates a new value tuple with zero components.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
static ValueTuple Create()

Return Value

Type: System::ValueTuple

A new value tuple with no components.

.NET Framework
Available since 4.7
Return to top
Show:
© 2017 Microsoft