c# Inline tupel deconstruction into method args similar to JS's … operator

前端 未结 0 1041
长情又很酷
长情又很酷 2021-01-25 06:43

In my c# project a method returns a tuple. Is it possible to deconstruct the result of this method immediately inline and use it as arguments for another method call? I imagine

相关标签:
回答
  • 消灭零回复
提交回复
热议问题