Hi all,
In some of microsofts code examples when they declare a new variable they
put brackets around the type. For example:

Dim sendBytes As [Byte]() = Encoding.ASCII.GetBytes(responseString)
^ ^

Do you know why this is?
Thanks,
Danny