Search Results for

    Show / Hide Table of Contents

    Interface IMethodSignature

    Method signature

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

    Properties

    MethodInfo

    dotNet method info

    Declaration
    MethodBase MethodInfo { get; set; }
    Property Value
    Type Description
    MethodBase

    Parameters

    Parameter declarations

    Declaration
    IList<IParameterDeclaration> Parameters { get; }
    Property Value
    Type Description
    IList<IParameterDeclaration>

    ReturnType

    Return type

    Declaration
    IMethodReturnType ReturnType { get; set; }
    Property Value
    Type Description
    IMethodReturnType
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.