C# 클래스 clipr.MutuallyExclusiveGroupAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
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