Search Results for

    Show / Hide Table of Contents

    Interface ILambdaExpression

    Interface for a lambda expression

    Inherited Members
    IExpression.GetExpressionType()
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface ILambdaExpression : IExpression

    Properties

    Body

    The body of the expression

    Declaration
    IExpression Body { get; set; }
    Property Value
    Type Description
    IExpression

    Parameters

    The list of parameters

    Declaration
    IList<IVariableDeclaration> Parameters { get; }
    Property Value
    Type Description
    IList<IVariableDeclaration>
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.