C# Class Crisis.CommandLine.ValueToken

A Token representing a value on the command line. A value is basically anything that is not the name of an option or another character sequence with a special meaning.
Inheritance: Token
ファイルを表示 Open project: teeknofil/Crisis-Wordlist-Generator Class Usage Examples

Public Methods

Method Description
ValueToken ( string value ) : System

Initializes a new instance of the ValueToken class.

Method Details

ValueToken() public method

Initializes a new instance of the ValueToken class.
public ValueToken ( string value ) : System
value string The value.
return System