C# Class Tectil.NCommand.Contract.CommandAttribute

Command attribute.
Inheritance: System.Attribute
Afficher le fichier Open project: tectil/NCommand

Méthodes publiques

Méthode Description
CommandAttribute ( string name = null, string description = null ) : System

Initializes a new instance of the CommandAttribute class.

Method Details

CommandAttribute() public méthode

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.
Résultat System