[This is preliminary documentation and is subject to change.]
An descendant of this class may override this method to perform some extra
actions before the main loop is entered.
A reason for putting code in this place instead of the constructor is that all Write... methods
work (if results are gathered).
Default, nothing is done in this method.
| C# | Visual Basic | Visual C++ |
protected virtual void InitialAction()
Protected Overridable Sub InitialAction
protected: virtual void InitialAction()