C# Class Crisis.CommandLine.CommandLineOptionGroupAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: teeknofil/Crisis-Wordlist-Generator

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat System