Читати англійською Редагувати

Поділитися через


ValueTuple<T1,T2,T3,T4,T5>.Item3 Field

Definition

Gets the value of the current ValueTuple<T1,T2,T3,T4,T5> instance's third element.

C#
public T3 Item3;

Field Value

T3

Applies to