Protected virtual.
Performs preliminary tasks before beginning of disposing any members of any descendent class.
protected virtual void PreDispose()
Remarks
This virtual method is called from SetDisposed() method when the object realy transitions into the Disposed() state.
Is intended to be overriden in descendent classes.
In this particular class the method is defined as semi-abstract, i.e. it does nothing.