C# Class Crisis.CommandLine.EndToken

Token representing the special symbol used to stop the parsing of options, normally "--".
Inheritance: Token
Show file Open project: teeknofil/Crisis-Wordlist-Generator

Public Methods

Method Description
EndToken ( ) : System

Initializes a new instance of the EndToken class.

Method Details

EndToken() public method

Initializes a new instance of the EndToken class.
public EndToken ( ) : System
return System