Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 571 Bytes

i.8.10.3-property-and-event-inheritance.md

File metadata and controls

3 lines (2 loc) · 571 Bytes

I.8.10.3 Property and event inheritance

Fundamentally, properties and events are constructs of the metadata intended for use by tools that target the CLI and are not directly supported by the VES itself. Therefore, it is the job of the source language compiler and the reflection library (see Partition IV – Kernel Package) to determine rules for name hiding, inheritance, and so forth. The source compiler shall generate CIL that directly accesses the methods named by the events and properties, not the events or properties themselves.