什么时候会支持解构的解构? [英] when will tuple deconstruction be supported?

查看:88
本文介绍了什么时候会支持解构的解构?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

诸如"Dim(x,y)= point"之类的代码VB 15中仅支持在C#7中不支持"var(x,y)= point;"。这是否会在VB 16中得到支持?

Code such as "Dim (x, y) = point" is not supported in VB 15 only in C# 7 as "var (x, y) = point;". Is this going to be support in VB 16?

支持多值函数的元组只能让你只有一半。您需要解构支持来清理多余的  礼仪  代码。

Supporting tuples for multivalued functions only get you only half-way. You need deconstruction support to clean up excess ceremonial code.

推荐答案

我们无法回答这个问题,只有微软可以。您始终可以通过Visual Studio中的反馈按钮提出建议。

We can't answer this, only Microsoft can. You can always make a suggestion via the feedback button in Visual Studio.


这篇关于什么时候会支持解构的解构?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆