C# Class Topshelf.CommandLineParser.TokenElement

Inheritance: ITokenElement
Datei anzeigen Open project: phatboyg/Topshelf Class Usage Examples

Public Methods

Method Description
Equals ( TokenElement other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
New ( string token ) : ICommandLineElement
ToString ( ) : string
TokenElement ( string token )

Method Details

Equals() public method

public Equals ( TokenElement other ) : bool
other TokenElement
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

New() public static method

public static New ( string token ) : ICommandLineElement
token string
return ICommandLineElement

ToString() public method

public ToString ( ) : string
return string

TokenElement() public method

public TokenElement ( string token )
token string