C# Class Topshelf.CommandLineParser.DefinitionElement

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

Public Methods

Method Description
DefinitionElement ( string key, string value )
Equals ( DefinitionElement other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
New ( string key, string value ) : ICommandLineElement
ToString ( ) : string

Method Details

DefinitionElement() public method

public DefinitionElement ( string key, string value )
key string
value string

Equals() public method

public Equals ( DefinitionElement other ) : bool
other DefinitionElement
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 key, string value ) : ICommandLineElement
key string
value string
return ICommandLineElement

ToString() public method

public ToString ( ) : string
return string