ExpressionTreeRef Constructor (Type, Boolean, 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(
Type type,
bool isFirstOnLine,
Expression delegateType
)
Parameters
- type
- Type: SystemType
The System.Linq.Expressions.Expression{} type from the appropriate library version. - isFirstOnLine
- Type: SystemBoolean
True if the reference is the first item on the line. - delegateType
- Type: Nova.CodeDOMExpression
The encapsulated delegate type.
See Also