Expression::MemberBind Method
.NET Framework (current version)
Creates a MemberMemberBinding that represents the recursive initialization of members of a member.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | MemberBind(MemberInfo^, IEnumerable<MemberBinding^>^) | Creates a MemberMemberBinding that represents the recursive initialization of members of a field or property. |
![]() ![]() | MemberBind(MemberInfo^, array<MemberBinding^>^) | Creates a MemberMemberBinding that represents the recursive initialization of members of a field or property. |
![]() ![]() | MemberBind(MethodInfo^, IEnumerable<MemberBinding^>^) | Creates a MemberMemberBinding that represents the recursive initialization of members of a member that is accessed by using a property accessor method. |
![]() ![]() | MemberBind(MethodInfo^, array<MemberBinding^>^) | Creates a MemberMemberBinding that represents the recursive initialization of members of a member that is accessed by using a property accessor method. |
Show:

