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 _
) 
 

Parameters

obj
The specified object.
See Also