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: