Single statement across multiple lines in VB.NET without the underscore character

后端 未结 8 544
死守一世寂寞
死守一世寂寞 2020-12-09 07:42

Is there a way to have a statement across multiple lines without the underscore character?

It is really annoying in multi-line strings such as SQL statements, and es

8条回答
  •  一整个雨季
    2020-12-09 08:07

    I will say no.

    But the only proof that I have is personal experience and the fact that documentation on line continuation doesn't have anything else in it.

    http://msdn.microsoft.com/en-us/library/aa711641(VS.71).aspx

提交回复
热议问题