コード例 #1
0
 public static short GetShort(this DObject obj, int property, short def)
 {
     return((short)obj.GetUShort(property, (ushort)def));
 }