Interface IVariableDeclaration
Variable declaration
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IVariableDeclaration : IVariableReference
Properties
Identifier
Declaration
int Identifier { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Name
Variable name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
VariableType
Variable type
Declaration
IType VariableType { get; set; }
Property Value
Type | Description |
---|---|
IType |