Interface IEventReferenceExpression
Event reference expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IEventReferenceExpression : IExpression
Properties
Event
The event reference
Declaration
IEventReference Event { get; set; }
Property Value
Type | Description |
---|---|
IEventReference |
Target
The instance
Declaration
IExpression Target { get; set; }
Property Value
Type | Description |
---|---|
IExpression |