Performs additional custom processes after clearing the contents of the CollectionBase instance.
The default implementation of this method is intended to be overridden by a derived class to perform some action after the collection is cleared.
The On* methods are invoked only on the instance returned by the CollectionBase.List property, but not on the instance returned by the CollectionBase.InnerList property.
The default implementation of this method is an O(1) operation.