Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Crisis
CommandLine
ValueToken
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
Show file
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