C# Class Patcher.UI.CommandLine.OptionAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode Description
OptionAttribute ( string longName ) : System
OptionAttribute ( string longName, char shortName ) : System

Method Details

OptionAttribute() public méthode

public OptionAttribute ( string longName ) : System
longName string
Résultat System

OptionAttribute() public méthode

public OptionAttribute ( string longName, char shortName ) : System
longName string
shortName char
Résultat System