C# Класс Tectil.NCommand.Contract.CommandAttribute

Command attribute.
Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandAttribute ( string name = null, string description = null ) : System

Initializes a new instance of the CommandAttribute class.

Описание методов

CommandAttribute() публичный Метод

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.
Результат System