Interface IPropertyReferenceExpression
Property reference expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IPropertyReferenceExpression : IExpression
Properties
Property
The property reference
Declaration
IPropertyReference Property { get; set; }
Property Value
Type | Description |
---|---|
IPropertyReference |
Target
The instance
Declaration
IExpression Target { get; set; }
Property Value
Type | Description |
---|---|
IExpression |