Interface IEventReference
Event reference
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IEventReference : IMemberReference, IComparable
Properties
EventType
Delegate type for the event
Declaration
ITypeReference EventType { get; set; }
Property Value
| Type | Description |
|---|---|
| ITypeReference |
GenericEvent
Generic event reference
Declaration
IEventReference GenericEvent { get; set; }
Property Value
| Type | Description |
|---|---|
| IEventReference |
Methods
Resolve()
Resolve the reference to an event declaration
Declaration
IEventDeclaration Resolve()
Returns
| Type | Description |
|---|---|
| IEventDeclaration | Event declaration |