Expression::Bind Method
.NET Framework (current version)
Creates a MemberAssignment that represents the initialization of a member.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Bind(MemberInfo^, Expression^) | Creates a MemberAssignment that represents the initialization of a field or property. |
![]() ![]() | Bind(MethodInfo^, Expression^) | Creates a MemberAssignment that represents the initialization of a member by using a property accessor method. |
Show:

