Search Results for

    Show / Hide Table of Contents

    Interface INamespace

    Namespace

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

    Properties

    Name

    Name of the namespace

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    String

    Types

    Type declarations

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