Click or drag to resize

ExpressionTreeRef Constructor (TypeDefinition, 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
C#
public ExpressionTreeRef(
	TypeDefinition typeDefinition,
	bool isFirstOnLine,
	Expression delegateType
)

Parameters

typeDefinition
Type: Mono.CecilTypeDefinition
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