PairT1, T2 转换 (ValueTupleT1, T2 to PairT1, T2)
Converts a tuple implicitly to a Pair
隐式将元组转换为Pair
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public static implicit operator Pair<T1, T2> (
(T1 , T2 ) tuple
)
- tuple ValueTupleT1, T2
- The tuple to convert/要转换的元组
PairT1,
T2[缺少 "M:DeploySharp.Data.Pair`2.op_Implicit(System.ValueTuple{`0,`1})~DeploySharp.Data.Pair{`0,`1}" 的 <returns> 文档]