Better yet, just put one quote ( ' ) around each character:
VB Code:
  1. Dim ReservedChars() As Char = {';', '/', '?', ':', '@', '=', '&'}
edit: Or maybe not, as in VB the ' is comment