C# Class ToolBelt.CommandLineArgumentAttribute

Inheritance: System.Attribute
Show file Open project: jlyonsmith/ToolBelt Class Usage Examples

Public Methods

Method Description
CommandLineArgumentAttribute ( string name ) : System

Initializes a new instance of the CommandLineArgumentAttribute class with the specified argument type.

Method Details

CommandLineArgumentAttribute() public method

Initializes a new instance of the CommandLineArgumentAttribute class with the specified argument type.
public CommandLineArgumentAttribute ( string name ) : System
name string Specifies the checking to be done on the argument.
return System