K
KJ
Is there some way to achieve something this (without calling the Add
method of the collection)?:
NameValueCollection nvc = new NameValueCollection() {"foo"="bar",
"a"="b"};
-Thanks
method of the collection)?:
NameValueCollection nvc = new NameValueCollection() {"foo"="bar",
"a"="b"};
-Thanks