The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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:

