C# Класс ToolBelt.CommandLineDescriptionAttribute

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

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

Метод Описание
CommandLineDescriptionAttribute ( string description ) : System

Initializes a new instance of the CommandLineDescriptionAttribute.

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

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

Initializes a new instance of the CommandLineDescriptionAttribute.
public CommandLineDescriptionAttribute ( string description ) : System
description string Description of the command line program
Результат System