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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
C#
public ParseOptionsAttribute? OptionsAttribute { get; }

Property Value

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

See Also