示例#1
0
        public static JSONObject Create(AddJsonConents content)
        {
            JSONObject obj = Create();

            content.Invoke(obj);
            return(obj);
        }
示例#2
0
 public JSONObject(AddJsonConents content)
 {
     content.Invoke(this);
 }