Click or drag to resize
LambdaExpression Constructor
Initailizes a new instance of the LambdaExpression class.

Namespace:  Intuit.Ipp.LinqExtender.Ast
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public LambdaExpression(
	Type type
)

Parameters

type
Type: SystemType
Target object type.
See Also