System.Linq.Expressions.NewExpression Class

Represents a constructor call.

See Also: NewExpression Members

Syntax

[System.Diagnostics.DebuggerTypeProxy(typeof(System.Linq.Expressions.Expression/NewExpressionProxy))]
public class NewExpression : Expression, IArgumentProvider

Remarks

Use the erload:System.Linq.Expressions.Expression.New factory methods to create a System.Linq.Expressions.NewExpression.

The value of the Expression.NodeType property of a System.Linq.Expressions.NewExpression object is ExpressionType.New.

Requirements

Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 3.5.0.0, 4.0.0.0