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