C# Class Topshelf.CommandLineParser.DefinitionElement

Inheritance: IDefinitionElement
Afficher le fichier Open project: phatboyg/Topshelf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Equals() public méthode

public Equals ( DefinitionElement other ) : bool
other DefinitionElement
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

New() public static méthode

public static New ( string key, string value ) : ICommandLineElement
key string
value string
Résultat ICommandLineElement

ToString() public méthode

public ToString ( ) : string
Résultat string