Expression::MemberBind Method (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.
Assembly: System.Core (in System.Core.dll)
public: static MemberMemberBinding^ MemberBind( MethodInfo^ propertyAccessor, IEnumerable<MemberBinding^>^ bindings )
Parameters
- propertyAccessor
-
Type:
System.Reflection::MethodInfo^
The MethodInfo that represents a property accessor method.
- bindings
-
Type:
System.Collections.Generic::IEnumerable<MemberBinding^>^
An IEnumerable<T> that contains MemberBinding objects to use to populate the Bindings collection.
Return Value
Type: System.Linq.Expressions::MemberMemberBinding^A MemberMemberBinding that has the BindingType property equal to MemberBinding, the Member property set to the PropertyInfo that represents the property accessed in propertyAccessor, and Bindings properties set to the specified values.
| Exception | Condition |
|---|---|
| ArgumentNullException | propertyAccessor or bindings is null. |
| ArgumentException | propertyAccessor does not represent a property accessor method. -or- The Member property of an element of bindings does not represent a member of the type of the property accessed by the method that propertyAccessor represents. |
Available since 8
.NET Framework
Available since 3.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1