I just made a quick Windows Form app in C# Express.
Added a class derived from CollectionBase and added an override for
"protected override void OnRemove(int index, object value)"
Compiled just fine. Why do you think it does not exist?
--
Adam Clauss
(E-Mail Removed)
"Polo" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> In fact the protected methods OnRemove, OnRemoveComplete don't exist in
> the
> generic collection
> I would like to move to the generic base class of my collections but in my
> original collection I override the OnRemove, ...
>
>