A
al
I'm teaching myself VB.Net from books, and have come
across the use of square brackets a couple of times in the
code samples. But I can't find any reference as to why or
what they are for.
Thanks in advance
E.G.
Public Class ChatClient
Inherits MarshalByRefObject
Public Sub New(ByVal [alias] As String)
Me.username = [alias]
End Sub
....
End Class
across the use of square brackets a couple of times in the
code samples. But I can't find any reference as to why or
what they are for.
Thanks in advance
E.G.
Public Class ChatClient
Inherits MarshalByRefObject
Public Sub New(ByVal [alias] As String)
Me.username = [alias]
End Sub
....
End Class