JsonAttribute Constructor(Int32)
In This Topic
Initializes a new instance of the
JsonAttribute class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
public JsonAttribute(
int
)
Parameters
- order
- A System.Int32 value indicating the order of serialization or deserialization.
See Also