コード例 #1
0
 public static uint DeserializeSystemUInt32(JSONObject jsonObject, string name)
 {
     return jsonObject.GetUInt32(name);
 }