Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 668 Bytes

ii.23.1.12-flags-for-methodsemantics-methodsemanticsattributes.md

File metadata and controls

10 lines (9 loc) · 668 Bytes

II.23.1.12 Flags for MethodSemantics [MethodSemanticsAttributes]

Flag Value Description
Setter 0x0001 Setter for property
Getter 0x0002 Getter for property
Other 0x0004 Other method for property or event
AddOn 0x0008 AddOn method for event. This refers to the required add_ method for events. (§22.13)
RemoveOn 0x0010 RemoveOn method for event. This refers to the required remove_ method for events. (§22.13)
Fire 0x0020 Fire method for event. This refers to the optional raise_ method for events. (§22.13)