C# Class RJH.CommandLineHelper.CommandLineSwitchAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: suntong/lang Class Usage Examples

Public Methods

Method Description
CommandLineSwitchAttribute ( string name, string description ) : System

Attribute constructor.

Method Details

CommandLineSwitchAttribute() public method

Attribute constructor.
public CommandLineSwitchAttribute ( string name, string description ) : System
name string
description string
return System