B
barry
My question is why is it that when using the inherits
System.Collections.CollectionBase in a class you defined, you can use the
members from the Ilist, Ienumerable and Icollection that you want but if you
defined a class using the interface Icollection, for example, you would have
to define all members whether you wished to use them or not?
thanks
System.Collections.CollectionBase in a class you defined, you can use the
members from the Ilist, Ienumerable and Icollection that you want but if you
defined a class using the interface Icollection, for example, you would have
to define all members whether you wished to use them or not?
thanks