ParseOptionsUsageWriter Property

Gets or sets the UsageWriter to use to create usage help.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public UsageWriter UsageWriter { get; set; }

Property Value

UsageWriter
An instance of the UsageWriter class.

See Also