ArgumentArity(Int32, Int32) Constructor

Definition

Represents the arity (minimum and maximum number of arguments) for a command line argument.

public ArgumentArity(int min, int max);
new Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity : int * int -> Microsoft.Testing.Platform.Extensions.CommandLine.ArgumentArity
Public Sub New (min As Integer, max As Integer)

Parameters

min
Int32
max
Int32

Remarks

This is taken from https://learn.microsoft.com/dotnet/standard/commandline/syntax#argument-arity.

Applies to