Click or drag to resize

ExpressionTreeRef Constructor (TypeDefinition, ChildListExpression, ListInt32)

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,
	ChildList<Expression> typeArguments,
	List<int> arrayRanks = null
)

Parameters

typeDefinition
Type: Mono.CecilTypeDefinition
The System.Linq.Expressions.Expression{} type from the appropriate library version.
typeArguments
Type: Nova.CodeDOMChildListExpression
The type arguments (should be exactly one).
arrayRanks (Optional)
Type: System.Collections.GenericListInt32
The array ranks (if any).
See Also