Interface IEventDeclaration
Property declaration
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IEventDeclaration : IMemberDeclaration, ICustomAttributeProvider, IDocumentationProvider, IEventReference, IMemberReference, IComparable
Properties
InvokeMethod
Reference to method which allows client code to trigger the event
Declaration
IMethodReference InvokeMethod { get; set; }
Property Value
Type | Description |
---|---|
IMethodReference |