N
Nicholas Paldino [.NET/C# MVP]
Chuck,
Are you removing the item while you are enumerating through it? If so,
then this is not allowed. You need to cycle through the object using the
indexer, or whatever other access method there is to get an item from the
object.
Hope this helps.
Are you removing the item while you are enumerating through it? If so,
then this is not allowed. You need to cycle through the object using the
indexer, or whatever other access method there is to get an item from the
object.
Hope this helps.