Interface IAnonymousMethodExpression
Anonymous method expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IAnonymousMethodExpression : IExpression
Properties
Body
Body of statements
Declaration
IBlockStatement Body { get; set; }
Property Value
Type | Description |
---|---|
IBlockStatement |
DelegateType
Delegate type
Declaration
IType DelegateType { get; set; }
Property Value
Type | Description |
---|---|
IType |
Parameters
Parameter declarations for delegate
Declaration
IList<IParameterDeclaration> Parameters { get; }
Property Value
Type | Description |
---|---|
IList<IParameterDeclaration> |