C# Class Nez.Console.CommandAttribute

Inheritance: System.Attribute
Show file Open project: prime31/Nez Class Usage Examples

Public Properties

Property Type Description
help string
name string

Public Methods

Method Description
CommandAttribute ( string name, string help ) : System

Method Details

CommandAttribute() public method

public CommandAttribute ( string name, string help ) : System
name string
help string
return System

Property Details

help public property

public string help
return string

name public property

public string name
return string