示例#1
0
 public static long GetLong(this DObject obj, int property, long def)
 {
     return((long)obj.GetULong(property, (ulong)def));
 }