public class EventSupport:
Native support used by compiler-generated +=, -= and emit calls.
User code must declare events with the event keyword and use +=, -= and emit. These raw entry points are private implementation details kept mapped in Klyn source so the native runtime remains auditable.