JsonObject Constructor

Definition

Initializes a new instance of a JsonObject that represents a JSON object containing a collection of name and JsonValue pairs.

public:
 JsonObject();
 JsonObject();
public JsonObject();
function JsonObject()
Public Sub New ()

Applies to