Block commenting VB/VB.NET code

前端 未结 12 1109
死守一世寂寞
死守一世寂寞 2020-12-06 03:57

How to comment multiple lines of code/block of code in VB?

12条回答
  •  春和景丽
    2020-12-06 04:33

    Here is a cludgy way to make a multiline comment which is also collapsible.

        If  Is Nothing Then : End If
    

    It looks like this when you collapse it

    If 

提交回复
热议问题