Search Results for

    Show / Hide Table of Contents

    Interface IAnonymousMethodExpression

    Anonymous method expression

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

    Properties

    Body

    Body of statements

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

    DelegateType

    Delegate type

    Declaration
    IType DelegateType { get; set; }
    Property Value
    Type Description
    IType

    Parameters

    Parameter declarations for delegate

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