ArgumentArity(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.