Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


ValueTuple<T1,T2,T3,T4>(T1, T2, T3, T4) Constructor

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Initializes a new ValueTuple<T1,T2,T3,T4> instance.

C#
public ValueTuple(T1 item1, T2 item2, T3 item3, T4 item4);

Parameters

item1
T1

The value tuple's first element.

item2
T2

The value tuple's second element.

item3
T3

The value tuple's third element.

item4
T4

The value tuple's fourth element.

Applies to

Προϊόν Εκδόσεις
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1