ProhibitsAttribute(String) Constructor

Initializes a new instance of the ProhibitsAttribute class with multiple prohibited arguments.

Definition

Namespace: Ookii.CommandLine.Validation
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public ProhibitsAttribute(
	params string[] arguments
)

Parameters

arguments  String
The names of the arguments that this argument prohibits.

Exceptions

ArgumentNullExceptionarguments is .

See Also