C# Class RJH.CommandLineHelper.CommandLineSwitchAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: suntong/lang Class Usage Examples

Méthodes publiques

Méthode Description
CommandLineSwitchAttribute ( string name, string description ) : System

Attribute constructor.

Method Details

CommandLineSwitchAttribute() public méthode

Attribute constructor.
public CommandLineSwitchAttribute ( string name, string description ) : System
name string
description string
Résultat System