Search Results for

    Show / Hide Table of Contents

    Interface IExpression

    All expressions derive from this

    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IExpression

    Methods

    GetExpressionType()

    Returns the static type of this expression.

    Declaration
    Type GetExpressionType()
    Returns
    Type Description
    Type

    The type of the expression

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