C
ChrisB
Hello:
I have created a collection that inherits from ReadOnlyCollectionBase and
was wondering if there is a way to clear the items in the collection from
within a method of the collection (of course, this.Clear() is invalid for
read-only collections).
Any suggestions?
Thanks!
Chris
I have created a collection that inherits from ReadOnlyCollectionBase and
was wondering if there is a way to clear the items in the collection from
within a method of the collection (of course, this.Clear() is invalid for
read-only collections).
Any suggestions?
Thanks!
Chris