UsageWriterResetColor Method

Returns the color to the previous value, if color is enabled.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
protected void ResetColor()

Remarks

Writes the value of the ColorReset property if color is enabled.

Nothing is written if the UseColor property is .

See Also