C# Class Antmicro.OptionsParser.NameAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: antmicro/options-parser

Méthodes publiques

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

Method Details

NameAttribute() public méthode

public NameAttribute ( char shortName ) : System
shortName char
Résultat System

NameAttribute() public méthode

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

NameAttribute() public méthode

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