C# Class CommandLine.VerbAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: cosmo0/commandline

Méthodes publiques

Méthode Description
VerbAttribute ( string name ) : System

Initializes a new instance of the CommandLine.VerbAttribute class.

Method Details

VerbAttribute() public méthode

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.
Résultat System