Interface IDelegateCreateExpression
Delegate create expressions
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IDelegateCreateExpression : IExpression
Properties
DelegateType
Delegate type
Declaration
ITypeReference DelegateType { get; set; }
Property Value
| Type | Description |
|---|---|
| ITypeReference |
Method
Delegate method reference
Declaration
IMethodReference Method { get; set; }
Property Value
| Type | Description |
|---|---|
| IMethodReference |
Target
Expression for creating delegate
Declaration
IExpression Target { get; set; }
Property Value
| Type | Description |
|---|---|
| IExpression |