C# Класс CommandLine.OptionListAttribute

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

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

Метод Описание
OptionListAttribute ( string shortName, string longName ) : System

Initializes a new instance of the CommandLine.OptionListAttribute class.

OptionListAttribute ( string shortName, string longName, char separator ) : System

Initializes a new instance of the CommandLine.OptionListAttribute class.

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

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

Initializes a new instance of the CommandLine.OptionListAttribute class.
public OptionListAttribute ( string shortName, string longName ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
Результат System

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

Initializes a new instance of the CommandLine.OptionListAttribute class.
public OptionListAttribute ( string shortName, string longName, char separator ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
separator char Values separator character.
Результат System