Search Results for

    Show / Hide Table of Contents

    Interface ICustomAttribute

    Custom attribute

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

    Properties

    Arguments

    Attribute arguments

    Declaration
    IList<IExpression> Arguments { get; }
    Property Value
    Type Description
    IList<IExpression>

    Constructor

    Constructor

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