TripletT1, T2, T3 构造函数
Initializes a new instance of the Triplet class
初始化Triplet类的新实例
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public Triplet(
T1 first,
T2 second,
T3 third
)
参数
- first T1
- The first element/第一个元素
- second T2
- The second element/第二个元素
- third T3
- The third element/第三个元素