|
Joutsen.ArgumentsParsing
v0.2.1
|
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... | |
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.
1.8.13