C# Class CommandLine.VerbAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: cosmo0/commandline

Public Methods

Method Description
VerbAttribute ( string name ) : System

Initializes a new instance of the CommandLine.VerbAttribute class.

Method Details

VerbAttribute() public method

Initializes a new instance of the CommandLine.VerbAttribute class.
Thrown if is null, empty or whitespace.
public VerbAttribute ( string name ) : System
name string The long name of the verb command.
return System