C# Класс clipr.MutuallyExclusiveGroupAttribute

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

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

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

Subscribes the property to a mutually exclusive parsing group. If multiple command line arguments are provided from one group, a ParseException will be thrown.

If a group is required and no command line arguments are provided for the group, a ParseException will also be thrown.

This attribute only applies to NamedArgumentAttributes.

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

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

Subscribes the property to a mutually exclusive parsing group. If multiple command line arguments are provided from one group, a ParseException will be thrown.

If a group is required and no command line arguments are provided for the group, a ParseException will also be thrown.

This attribute only applies to NamedArgumentAttributes.

public MutuallyExclusiveGroupAttribute ( string name ) : System
name string
Результат System