ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest>.Item1 字段
定义
获取当前 ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest> 实例的第 1 个元素的值。Gets the value of the current ValueTuple<T1,T2,T3,T4,T5,T6,T7,TRest> instance's first element.
public: T1 Item1;
public T1 Item1;
val mutable Item1 : 'T1
Public Item1 As T1
字段值
- T1