C# Класс CommandLine.VerbAttribute

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

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

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

Initializes a new instance of the CommandLine.VerbAttribute class.

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

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

Initializes a new instance of the CommandLine.VerbAttribute class.
Thrown if is null, empty or whitespace.
public VerbAttribute ( string name ) : System
name string The long name of the verb command.
Результат System