C# Class RJH.CommandLineHelper.CommandLineAliasAttribute

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

Protected Properties

Property Type Description
m_Alias string

Public Methods

Method Description
CommandLineAliasAttribute ( string alias ) : System

Method Details

CommandLineAliasAttribute() public method

public CommandLineAliasAttribute ( string alias ) : System
alias string
return System

Property Details

m_Alias protected_oe property

protected string m_Alias
return string