C# Class ToolBelt.CommandLineTitleAttribute

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

Public Methods

Method Description
CommandLineTitleAttribute ( string title ) : System

Initializes a new instance of the CommandLineDescriptionAttribute.

Method Details

CommandLineTitleAttribute() public method

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