Exemple #1
0
 public static void SetLong(this DObject obj, int property, long value)
 {
     obj.SetULong(property, (ulong)value);
 }