Expression::MemberInit Method
.NET Framework (current version)
Represents an expression that creates a new object and initializes a property of the object.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | MemberInit(NewExpression^, IEnumerable<MemberBinding^>^) | Represents an expression that creates a new object and initializes a property of the object. |
![]() ![]() | MemberInit(NewExpression^, array<MemberBinding^>^) | Creates a MemberInitExpression. |
Show:

