Expression.New Method (ConstructorInfo)
Creates a NewExpression that represents calling the specified constructor that takes no arguments.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Parameters
- constructor
- Type: System.Reflection.ConstructorInfo
The ConstructorInfo to set the Constructor property equal to.
Return Value
Type: System.Linq.Expressions.NewExpressionA NewExpression that has the NodeType property equal to New and the Constructor property set to the specified value.
| Exception | Condition |
|---|---|
| ArgumentNullException | constructor is null. |
| ArgumentException | The constructor that constructor represents has at least one parameter. |
The Arguments and Members properties of the resulting NewExpression are empty collections. The Type property represents the declaring type of the constructor represented by constructor.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.