W
Walter Zydhek
I am having a problem using the NameValueCollection type.
If I remove one of the items while iterating through an
collection of this type, I end up with an exception.
This exception is:
Collection was modified after the enumerator was
instantiated.
This happens when it attempts to continue through the
enumeration.
Is there a way around this? Is there another way to
remove items from the collection while iterating through
it?
-Walter Zydhek
If I remove one of the items while iterating through an
collection of this type, I end up with an exception.
This exception is:
Collection was modified after the enumerator was
instantiated.
This happens when it attempts to continue through the
enumeration.
Is there a way around this? Is there another way to
remove items from the collection while iterating through
it?
-Walter Zydhek