ExpressionTreeRef Constructor (TypeDefinition, Expression) |
Create a reference to an expression tree type.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public ExpressionTreeRef(
TypeDefinition typeDefinition,
Expression delegateType
)
Parameters
- typeDefinition
- Type: Mono.CecilTypeDefinition
The System.Linq.Expressions.Expression{} type from the appropriate library version. - delegateType
- Type: Nova.CodeDOMExpression
The encapsulated delegate type.
See Also