CLIEventAttribute (FSharp.Core)

Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Base Type: Attribute
This is an attribute type definition

Adding this attribute to a property with event type causes it to be compiled with as a CLI metadata event, through a syntactic translation to a pair of 'add_EventName' and 'remove_EventName' methods.

Constructors

Constructor Description

CLIEventAttribute()

Full Usage: CLIEventAttribute()

Returns: CLIEventAttribute CLIEventAttribute

Creates an instance of the attribute

Returns: CLIEventAttribute

CLIEventAttribute