Method | Description | |
---|---|---|
Equals ( |
||
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 |
public static New ( char key ) : ICommandLineElement | ||
key | char | |
return | ICommandLineElement |
public static New ( char key, bool value ) : ICommandLineElement | ||
key | char | |
value | bool | |
return | ICommandLineElement |
public static New ( string key ) : ICommandLineElement | ||
key | string | |
return | ICommandLineElement |