
I have set the Document.HeaderText to all of my Imports and the Class name to shield my users that are not programmers from these details. So all they see is:
' Of course these functions would be much more useful.
Function MyFunc1() As Double
Return 1
End Function
Function MyFunc2() As Double
Return 2
End Function
...
I am using the VB.NET addon. I would like to be able to still use collapsable regions (#Region ... #End Region). Is this possible?
' Of course these functions would be much more useful.
Function MyFunc1() As Double
Return 1
End Function
Function MyFunc2() As Double
Return 2
End Function
...
I am using the VB.NET addon. I would like to be able to still use collapsable regions (#Region ... #End Region). Is this possible?