C# 클래스 Crisis.CommandLine.CommandLineOptionGroupAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: teeknofil/Crisis-Wordlist-Generator

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