Search Results for

    Show / Hide Table of Contents

    Interface IEventReference

    Event reference

    Inherited Members
    IMemberReference.DeclaringType
    IMemberReference.Name
    IComparable.CompareTo(Object)
    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

    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.