Search Results for

    Show / Hide Table of Contents

    Interface ISettableTypeDeclaration

    Whether the type declaration is settable - for example in a type reference

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

    Properties

    Declaration

    The type declaration

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