ASP.NET Core MVC Controls | ComponentOne
C1.JsonNet Namespace / JsonAttribute Class / JsonAttribute Constructor / JsonAttribute Constructor(Int32)
A System.Int32 value indicating the order of serialization or deserialization.






In This Topic
    JsonAttribute Constructor(Int32)
    In This Topic
    Initializes a new instance of the JsonAttribute class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal order As System.Integer _
    )
    'Usage
     
    
    Dim order As System.Integer
     
    Dim instance As New JsonAttribute(order)
    public JsonAttribute( 
       System.int order
    )
    public JsonAttribute( 
        order: System.Integer
    ); 
    public function JsonAttribute( 
       order : System.int
    );
    public: JsonAttribute( 
       System.int order
    )
    public:
    JsonAttribute( 
       System.int order
    )

    Parameters

    order
    A System.Int32 value indicating the order of serialization or deserialization.
    See Also