C# Class CommandLine.ValueAttribute

Inheritance: System.Attribute
Show file Open project: cosmo0/commandline

Public Methods

Method Description
ValueAttribute ( int index ) : System

Initializes a new instance of the CommandLine.ValueAttribute class.

Method Details

ValueAttribute() public method

Initializes a new instance of the CommandLine.ValueAttribute class.
public ValueAttribute ( int index ) : System
index int
return System