C# Class ToolBelt.CommandLineDescriptionAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: jlyonsmith/ToolBelt

Public Methods

Method Description
CommandLineDescriptionAttribute ( string description ) : System

Initializes a new instance of the CommandLineDescriptionAttribute.

Method Details

CommandLineDescriptionAttribute() public method

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