Windows apps
Collapse the table of content
Expand the table of content
Information
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.

MemberBinding Constructor (MemberBindingType, MemberInfo^)

 
Note: This API is now obsolete.

Initializes a new instance of the MemberBinding class.

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

protected:
[ObsoleteAttribute("Do not use this constructor. It will be removed in future releases.")]
MemberBinding(
	MemberBindingType type,
	MemberInfo^ member
)

Parameters

type
Type: System.Linq.Expressions::MemberBindingType

The MemberBindingType that discriminates the type of binding that is represented.

member
Type: System.Reflection::MemberInfo^

The MemberInfo that represents a field or property to be initialized.

.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show:
© 2017 Microsoft