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