System.Collecti ons.Hashtable h = new System.Collecti ons.Hashtable() {
null };
Complains about ";" being expected after '()'.
Using Visual Studio 2005. What's going on?
null };
Complains about ";" being expected after '()'.
Using Visual Studio 2005. What's going on?
Comment