Argsparse
All Classes Namespaces Functions Properties Pages
Argparse.ArgumentMultiplicity.SpecificCount Class Referencesealed

Represents such a multiplicity in which the number of parts and argument should have is one number known in advance. More...

Inheritance diagram for Argparse.ArgumentMultiplicity.SpecificCount:
Argparse.ArgumentMultiplicity

Public Member Functions

 SpecificCount (int Number, bool IsRequired)
 
Exceptions
ArgumentExceptionThrown when Number is not positive.

 

Properties

int Number [get]
 
bool IsRequired [get]
 

Detailed Description

Represents such a multiplicity in which the number of parts and argument should have is one number known in advance.

Parameters
IsRequiredAllows for the omitting of the argument.

Only one non-required argument is allowed per parser. Do not mix non-required arguments with AllThatFollow


The documentation for this class was generated from the following file: