是否可以在C#7中创建ValueTuple列表?
像这样:
List<(int example, string descrpt)> Method() { return Something; }
c# c#-7.0 valuetuple
c# ×1
c#-7.0 ×1
valuetuple ×1