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^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Return to top
Initializes a new instance of the MemberBinding class.
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
Available since 3.5
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: