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> |