Interface IAssignExpression
Assignment expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IAssignExpression : IExpression
Properties
Expression
Expression being assigned
Declaration
IExpression Expression { get; set; }
Property Value
Type | Description |
---|---|
IExpression |
Target
Target of the assignment
Declaration
IExpression Target { get; set; }
Property Value
Type | Description |
---|---|
IExpression |