C# Class CommandLine.Definition

Class representing a set of Argument definitions.
Mostra file Open project: agardiner/hfmcmd Class Usage Examples

Public Properties

Property Type Description
IncludeUnrecognisedFlagArgs bool
IncludeUnrecognisedKeywordArgs bool

Public Methods

Method 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 method

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

Clear() public method

Clears the definition of existing arguments.
public Clear ( ) : void
return void

this() public method

public this ( object key ) : Argument
key object
return Argument

Property Details

IncludeUnrecognisedFlagArgs public_oe property

public bool IncludeUnrecognisedFlagArgs
return bool

IncludeUnrecognisedKeywordArgs public_oe property

public bool IncludeUnrecognisedKeywordArgs
return bool