JsonObject(IDictionaryString, JsonValue) Constructor
Initializes a new instance of the
JsonObject class from a dictionary.
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public JsonObject(
IDictionary<string, JsonValue> properties
)
Public Sub New (
properties As IDictionary(Of String, JsonValue)
)
public:
JsonObject(
IDictionary<String^, JsonValue>^ properties
)
new :
properties : IDictionary<string, JsonValue> -> JsonObject
Parameters
- properties IDictionaryString, JsonValue
- The properties to be added to this JsonObject.