C# Class ToolBelt.CommandLineDescriptionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: jlyonsmith/ToolBelt

Méthodes publiques

Méthode Description
CommandLineDescriptionAttribute ( string description ) : System

Initializes a new instance of the CommandLineDescriptionAttribute.

Method Details

CommandLineDescriptionAttribute() public méthode

Initializes a new instance of the CommandLineDescriptionAttribute.
public CommandLineDescriptionAttribute ( string description ) : System
description string Description of the command line program
Résultat System