Search Results for

    Show / Hide Table of Contents

    Class XExpression

    Base class for all expressions

    Inheritance
    Object
    XExpression
    Implements
    IExpression
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel.Concrete
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public abstract class XExpression : IExpression

    Constructors

    XExpression()

    Constructor

    Declaration
    protected XExpression()

    Methods

    GetExpressionType()

    Get the expression type

    Declaration
    public abstract Type GetExpressionType()
    Returns
    Type Description
    Type

    ToString()

    ToString override

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

    Implements

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