MemberBinding Constructor
Microsoft Silverlight will reach end of support after October 2021. Learn more.
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)
Syntax
'Declaration
<ObsoleteAttribute("Do not use this constructor. It will be removed in future releases.")> _
Protected Sub New ( _
type As MemberBindingType, _
member As MemberInfo _
)
[ObsoleteAttribute("Do not use this constructor. It will be removed in future releases.")]
protected 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.
Version Information
Silverlight
Supported in: 3
Obsolete (compiler warning) in 5
Obsolete (compiler warning) in 4
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.