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.
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.
Show: