System.Linq.Expressions.MemberInitExpression Class

Represents calling a constructor and initializing one or more members of the new object.

See Also: MemberInitExpression Members

Syntax

[System.Diagnostics.DebuggerTypeProxy(typeof(System.Linq.Expressions.Expression/MemberInitExpressionProxy))]
public sealed class MemberInitExpression : Expression

Remarks

Use the erload:System.Linq.Expressions.Expression.MemberInit factory methods to create a System.Linq.Expressions.MemberInitExpression.

The value of the Expression.NodeType property of a System.Linq.Expressions.MemberInitExpression is ExpressionType.MemberInit.

Requirements

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