W
Wayne Brantley
In trying to make some parts of a NameValueCollection threadsafe, the docs
say use a property called SyncRoot, which is inherited form
NameObjectCollectionBase.
However, there is no such object...
NameValueCollection temp = new NameValueCollection();
temp.SyncRoot ???
say use a property called SyncRoot, which is inherited form
NameObjectCollectionBase.
However, there is no such object...
NameValueCollection temp = new NameValueCollection();
temp.SyncRoot ???