|
Joutsen.ArgumentsParsing
v0.2.1
|
An interface that describes instances that can receive parsed values directly. More...
Public Member Functions | |
| void | SetParsedValue (string name, object value) |
| Passes a pased value to this instance. More... | |
An interface that describes instances that can receive parsed values directly.
| void Joutsen.ArgumentsParsing.ParseTarget.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 |
Implemented in Joutsen.ArgumentsParsing.DictionaryParseTarget.
1.8.13