Expression.MemberBind Method (MethodInfo, IEnumerable<MemberBinding>)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Creates a MemberMemberBinding that represents the recursive initialization of members of a member that is accessed by using a property accessor method.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Public Shared Function MemberBind ( _
    propertyAccessor As MethodInfo, _
    bindings As IEnumerable(Of MemberBinding) _
) As MemberMemberBinding
public static MemberMemberBinding MemberBind(
    MethodInfo propertyAccessor,
    IEnumerable<MemberBinding> bindings
)

Parameters

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.

Exceptions

Exception Condition
ArgumentNullException

propertyAccessor or bindings is nulla null reference (Nothing in Visual Basic).

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.

Version Information

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

XNA Framework

Supported in: Windows Phone OS 7.0

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.