C# Класс Crisis.CommandLine.CommandLineOptionGroupAttribute

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

Private Properties

Свойство Тип Описание

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

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

Initializes a new instance of the CommandLineOptionGroupAttribute class.

The id must be unique within the option manager object.

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

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

Initializes a new instance of the CommandLineOptionGroupAttribute class.
The id must be unique within the option manager object.
public CommandLineOptionGroupAttribute ( string id ) : System
id string The id.
Результат System