Variable ClassDefinition.setProperty

Invoked when setting a property’s value.

struct ClassDefinition
{
  // ...
  extern(C) void function(xs.bindings.xsMachineRecord*) setProperty ;
  // ...
}

If this function returns null, the get request forwards to object’s statically declared properties, then its parent class chain (which includes the default Object class), then its prototype chain.