C# Class GoCommando.Internals.Switch

Show file Open project: rebus-org/GoCommando Class Usage Examples

Public Methods

Method Description
Flag ( string key ) : Switch
KeyValue ( string key, string value ) : Switch
ToString ( ) : string

Private Methods

Method Description
Switch ( string key, string value )
Unquote ( string value ) : string

Method Details

Flag() public static method

public static Flag ( string key ) : Switch
key string
return Switch

KeyValue() public static method

public static KeyValue ( string key, string value ) : Switch
key string
value string
return Switch

ToString() public method

public ToString ( ) : string
return string