C# Class Crisis.CommandLine.CommandLineOptionGroupAttribute

Inheritance: System.Attribute
Mostra file Open project: teeknofil/Crisis-Wordlist-Generator

Private Properties

Property Type Description

Public Methods

Method Description
CommandLineOptionGroupAttribute ( string id ) : System

Initializes a new instance of the CommandLineOptionGroupAttribute class.

The id must be unique within the option manager object.

Method Details

CommandLineOptionGroupAttribute() public method

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.
return System