Variable ClassDefinition.getProperty

Invoked when getting a property’s value.

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

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.