C# Class CommandLine.Definition

Class representing a set of Argument definitions.
Afficher le fichier Open project: agardiner/hfmcmd Class Usage Examples

Méthodes publiques

Свойство Type Description
IncludeUnrecognisedFlagArgs bool
IncludeUnrecognisedKeywordArgs bool

Méthodes publiques

Méthode Description
AddArgument ( Argument arg ) : Argument

Adds an Argument definition to the list of arguments this command-line supports.

Clear ( ) : void

Clears the definition of existing arguments.

this ( object key ) : Argument

Method Details

AddArgument() public méthode

Adds an Argument definition to the list of arguments this command-line supports.
public AddArgument ( Argument arg ) : Argument
arg Argument
Résultat Argument

Clear() public méthode

Clears the definition of existing arguments.
public Clear ( ) : void
Résultat void

this() public méthode

public this ( object key ) : Argument
key object
Résultat Argument

Property Details

IncludeUnrecognisedFlagArgs public_oe property

public bool IncludeUnrecognisedFlagArgs
Résultat bool

IncludeUnrecognisedKeywordArgs public_oe property

public bool IncludeUnrecognisedKeywordArgs
Résultat bool