ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonWriter Class / StartObjectScope Method
The specified object.

In This Topic
    StartObjectScope Method
    In This Topic
    Start the scope for a new object.
    Syntax
    'Declaration
     
    Public Sub StartObjectScope( _
       ByVal obj As Object _
    ) 
    public void StartObjectScope( 
       object obj
    )

    Parameters

    obj
    The specified object.
    See Also