MemberBinding Constructor
Collapse the table of content
Expand the table of content

MemberBinding Constructor

Note: This API is now obsolete.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the MemberBinding class.

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

'Declaration
<ObsoleteAttribute("Do not use this constructor. It will be removed in future releases.")> _
Protected Sub New ( _
	type As MemberBindingType, _
	member As MemberInfo _
)

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.

Windows Phone OS

Supported in: 7.1, 7.0
Obsolete (compiler warning) in 8.1
Obsolete (compiler warning) in 8.0

Windows Phone

Show:
© 2017 Microsoft