示例#1
0
 public JsonResult()
 {
     _jsonSet = new JsonSet(new JsonTable[0]);
 }
示例#2
0
 public JsonResult(JsonSet jsonSet)
 {
     _jsonSet = jsonSet ?? new JsonSet(new JsonTable[0]);
 }