I
Ian Boisvert
I'm trying to create a custom read only collection. I found the generic
ReadOnlyCollection class and the documentation says "Implementers are
encouraged to extend this base class instead of creating their own."
OK, sounds good. The only problem is that it seems that most of the
methods of ReadOnlyCollection<T> are sealed, which makes extending the
class difficult. Have I missed something? Thanks.
Ian.
ReadOnlyCollection class and the documentation says "Implementers are
encouraged to extend this base class instead of creating their own."
OK, sounds good. The only problem is that it seems that most of the
methods of ReadOnlyCollection<T> are sealed, which makes extending the
class difficult. Have I missed something? Thanks.
Ian.