J
Jason
All the examples I have seen about typed collections says to inherit from
CollectionBase and implement type-specific Add and Remove methods.
Considering that CollectionBase uses an ArayList for the actual list storage
(i.e. InnerList property), why would you do this instead of just inheriting
from ArrayList and overridding Add and Remove?
- Jason
CollectionBase and implement type-specific Add and Remove methods.
Considering that CollectionBase uses an ArayList for the actual list storage
(i.e. InnerList property), why would you do this instead of just inheriting
from ArrayList and overridding Add and Remove?
- Jason