PairT1, T2(T1, T2) 构造函数
Initializes a new instance of the Pair class with specified values
使用指定值初始化Pair类的新实例
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public Pair(
T1 first,
T2 second
)
参数
- first T1
- The first element/第一个元素
- second T2
- The second element/第二个元素