C# Class Tectil.NCommand.Contract.CommandAttribute

Command attribute.
Inheritance: System.Attribute
Show file Open project: tectil/NCommand

Public Methods

Method Description
CommandAttribute ( string name = null, string description = null ) : System

Initializes a new instance of the CommandAttribute class.

Method Details

CommandAttribute() public method

Initializes a new instance of the CommandAttribute class.
public CommandAttribute ( string name = null, string description = null ) : System
name string The name.
description string The description.
return System