VB Brackets in Enum?

wat

New Member
I'm finding this in some legacy code and just curious what the brackets are for?\[code\]Public Enum myEnum none = 0 abc = 2 def = 4 ghi= 6 [jkl] = 8 mno = 9End Enum\[/code\]
 
Back
Top