ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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 Integer _
    )
    public JsonAttribute( 
       int order
    )

    Parameters

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