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