Public Member Functions | |
| ConstructorParameterAttribute (int position) | |
| Indicates that this property will be passed to the constructor. The position property specifies where the property occurs in the constructor's arguments, e.g. position=0 is the first constructor argument, position=1 is the second argument, etc. | |
Properties | |
| int | Position [get] |
| The constructor argument index. | |
| JsonExSerializer.ConstructorParameterAttribute.ConstructorParameterAttribute | ( | int | position | ) |
Indicates that this property will be passed to the constructor. The position property specifies where the property occurs in the constructor's arguments, e.g. position=0 is the first constructor argument, position=1 is the second argument, etc.
| index | the position of the property within the constructor's arguments |
int JsonExSerializer.ConstructorParameterAttribute.Position [get] |
The constructor argument index.
1.5.2