Search Results for

    Show / Hide Table of Contents

    Class XEventReference

    Event reference

    Inheritance
    Object
    XEventReference
    Implements
    IEventReference
    IMemberReference
    IComparable
    Inherited Members
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel.Concrete
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class XEventReference : IEventReference, IMemberReference, IComparable

    Properties

    DeclaringType

    Declaring type for this property

    Declaration
    public IType DeclaringType { get; set; }
    Property Value
    Type Description
    IType

    EventType

    Event type reference

    Declaration
    public ITypeReference EventType { get; set; }
    Property Value
    Type Description
    ITypeReference

    GenericEvent

    Gets/sets the generic event reference. This will be specialised by the containing specialised class

    Declaration
    public IEventReference GenericEvent { get; set; }
    Property Value
    Type Description
    IEventReference

    Name

    Name of this property

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Methods

    CompareTo(Object)

    Compare this event reference to another object

    Declaration
    public int CompareTo(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Int32

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    Resolve()

    Resolve the event reference

    Declaration
    public IEventDeclaration Resolve()
    Returns
    Type Description
    IEventDeclaration

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    Object.ToString()

    Implements

    IEventReference
    IMemberReference
    System.IComparable
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.