TripletT1, T2, T3Deconstruct(T1, T2, T3) 方法
Deconstructs the triplet into individual components
将三元组解构为单独组件
命名空间: DeploySharp.Data程序集: DeploySharp (在 DeploySharp.dll 中) 版本:0.0.4+6e8a2e904469617cd59619d666c0e272985c0e33
public void Deconstruct(
out T1 first,
out T2 second,
out T3 third
)
参数
- first T1
- Output parameter for first element/第一个元素的输出参数
- second T2
- Output parameter for second element/第二个元素的输出参数
- third T3
- Output parameter for third element/第三个元素的输出参数