示例#1
0
 public JSONDictionaryAttribute(string name)
 {
     _specs = new JSONFieldSpecs(name, JSONMemberType.Dictionary);
 }