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

Property Value

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

See Also