UsageWriterWriteLine Method

Writes a new line to the Writer.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
protected virtual void WriteLine()

Remarks

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.

  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.

See Also