Interface ICanCastExpression
Interface for an 'is' expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface ICanCastExpression : IExpression
Properties
Expression
The expression
Declaration
IExpression Expression { get; set; }
Property Value
Type | Description |
---|---|
IExpression |
TargetType
Target type
Declaration
IType TargetType { get; set; }
Property Value
Type | Description |
---|---|
IType |