예제 #1
0
 public static int GetInt(this DObject obj, int property, int def)
 {
     return((int)obj.GetUInt(property, (uint)def));
 }