C# Class Topshelf.CommandLineParser.SwitchElement

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

Méthodes publiques

Méthode Description
Equals ( SwitchElement other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
New ( char key ) : ICommandLineElement
New ( char key, bool value ) : ICommandLineElement
New ( string key ) : ICommandLineElement
SwitchElement ( char key )
SwitchElement ( string key )
SwitchElement ( string key, bool value )
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( SwitchElement other ) : bool
other SwitchElement
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 ( char key ) : ICommandLineElement
key char
Résultat ICommandLineElement

New() public static méthode

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

New() public static méthode

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

SwitchElement() public méthode

public SwitchElement ( char key )
key char

SwitchElement() public méthode

public SwitchElement ( string key )
key string

SwitchElement() public méthode

public SwitchElement ( string key, bool value )
key string
value bool

ToString() public méthode

public ToString ( ) : string
Résultat string