C# Class Patcher.UI.CommandLine.OptionAttribute

Inheritance: System.Attribute
Mostrar archivo Open project: unforbidable/patcher

Public Methods

Method Description
OptionAttribute ( string longName ) : System
OptionAttribute ( string longName, char shortName ) : System

Method Details

OptionAttribute() public method

public OptionAttribute ( string longName ) : System
longName string
return System

OptionAttribute() public method

public OptionAttribute ( string longName, char shortName ) : System
longName string
shortName char
return System