ValueTuple<T1,T2>.Item2 Field

Definition

Gets the value of the current ValueTuple<T1,T2> instance's second element.

public: T2 Item2;
public T2 Item2;
val mutable Item2 : 'T2
Public Item2 As T2 

Field Value

T2

Applies to