I am trying to create a dictionary variable of the type, <String, Int32>. Studio accepts this as a variable type, but it does not accept the decleration: new Dictionary(of String, Int32). Any suggestions as to how i declare this, of whether it is not possible?