Interface IFieldReferenceExpression
Field reference expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IFieldReferenceExpression : IExpression
Properties
Field
The field reference
Declaration
IFieldReference Field { get; set; }
Property Value
Type | Description |
---|---|
IFieldReference |
Target
The expression for the type instance
Declaration
IExpression Target { get; set; }
Property Value
Type | Description |
---|---|
IExpression |