Ejemplo n.º 1
0
 public static ushort DeserializeSystemUInt16(JSONObject jsonObject, string name)
 {
     return jsonObject.GetUInt16(name);
 }