ArgumentProviderOptionsAttribute Property

Gets the ParseOptionsAttribute that was applied to the arguments type.

Definition

Namespace: Ookii.CommandLine.Support
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
public ParseOptionsAttribute? OptionsAttribute { get; }

Property Value

ParseOptionsAttribute
An instance of the ParseOptionsAttribute class, or if the attribute was not present.

See Also