C# Class CommandLine.OptionArrayAttribute

Inheritance: BaseOptionAttribute
Show file Open project: Vaa3D/vaa3d_tools

Public Methods

Method Description
OptionArrayAttribute ( string shortName, string longName ) : System

Initializes a new instance of the CommandLine.OptionArrayAttribute class.

Method Details

OptionArrayAttribute() public method

Initializes a new instance of the CommandLine.OptionArrayAttribute class.
public OptionArrayAttribute ( string shortName, string longName ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
return System