Interface IDeclarationProvider
Declaration provider
Namespace: Microsoft.ML.Probabilistic.Compiler
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IDeclarationProvider
Methods
GetTypeDeclaration(Type, Boolean)
Get type declaration from type
Declaration
ITypeDeclaration GetTypeDeclaration(Type t, bool translate)
Parameters
Type | Name | Description |
---|---|---|
Type | t | The dotNET type |
Boolean | translate |
Returns
Type | Description |
---|---|
ITypeDeclaration |