Variable ClassDefinition.hasProperty

Invoked when determining whether an Object has a property.

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