|
Joutsen.ArgumentsParsing v0.3.0+1-ga4c84ed
|
An default implementation for ParseTargets that acts like a dictionary to store and retrieve the parced values. More...
Public Member Functions | |
| void | SetParsedValue (string name, object value) |
| Passes a pased value to this instance. More... | |
| void | SetParsedValue (string name, object value) |
| Passes a pased value to this instance. More... | |
An default implementation for ParseTargets that acts like a dictionary to store and retrieve the parced values.
| void Joutsen.ArgumentsParsing.DictionaryParseTarget.SetParsedValue | ( | string | name, |
| object | value | ||
| ) |
Passes a pased value to this instance.
| name | the name of the argument that was parsed |
| value | the parsed value |
Implements Joutsen.ArgumentsParsing.ParseTarget.