Note
This method does not get called for newlines embedded in strings like argument
descriptions. Those will be part of strings passed to the Write(String)
method.
protected virtual void WriteLine()
Protected Overridable Sub WriteLine
Me.WriteLine()
protected:
virtual void WriteLine()
This method is called for every explicit new line added by the base implementation. Override this method if you need to apply a transformation to all newlines.