C# Class ToolBelt.CommandLineExampleAttribute

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

Public Methods

Method Description
CommandLineExampleAttribute ( string example ) : System

Initializes a new instance of the CommandLineDescriptionAttribute.

Method Details

CommandLineExampleAttribute() public method

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