public JsonValueContracts(JsonValueType type) : base(type)
 {
 }
Exemplo n.º 2
0
 public JsonValueContracts(JsonValueType type) : base(type)
 {
 }
 protected JsonValue(JsonValueType type)
 {
    Type = type;
 }
Exemplo n.º 4
0
 protected JsonValue(JsonValueType type)
 {
     Type = type;
 }