ArgumentProvider Constructor

Initializes a new instance of the ArgumentProvider class.

Definition

Namespace: Ookii.CommandLine.Support
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
protected ArgumentProvider(
	Type argumentsType,
	ParseOptionsAttribute? options,
	IEnumerable<ClassValidationAttribute>? validators
)

Parameters

argumentsType  Type
The type that will hold the argument values.
options  ParseOptionsAttribute
The ParseOptionsAttribute for the arguments type, or if there is none.
validators  IEnumerableClassValidationAttribute
The class validators for the arguments type.

See Also