|
Joutsen.ArgumentsParsing
v0.2.1
|
An attribute which marks a property as the target of a parsed value. More...
Public Member Functions | |
| ParseTargetPropertyAttribute (string name) | |
| Creates a new instance which marks a property as a target for a parsed value with the destination name. More... | |
Properties | |
| string | Name [get] |
| The name of the argument that the property is the target of. More... | |
An attribute which marks a property as the target of a parsed value.
| Joutsen.ArgumentsParsing.ParseTargetPropertyAttribute.ParseTargetPropertyAttribute | ( | string | name | ) |
Creates a new instance which marks a property as a target for a parsed value with the destination name.
|
get |
The name of the argument that the property is the target of.
This can be different than the actual property name.
1.8.13