S
Steve Long
Can anybody help me out with a code sample or other info on how to implement
SyncRoot on a NameValueCollection? Or, is there another .NET class that does
this for me with the same functionality as a NameValueCollection? Basically,
I need mulitple value for any given key and I need to try and make sure it's
tread safe. I can derive from it but it doesn't implement the SyncRoot
member of the NameObjectCollectionBase.
Thanks in advance
Steve
P.S. I hope this isn't just too simple. Sorry if it is.
SyncRoot on a NameValueCollection? Or, is there another .NET class that does
this for me with the same functionality as a NameValueCollection? Basically,
I need mulitple value for any given key and I need to try and make sure it's
tread safe. I can derive from it but it doesn't implement the SyncRoot
member of the NameObjectCollectionBase.
Thanks in advance
Steve
P.S. I hope this isn't just too simple. Sorry if it is.