Expression.Bind Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a MemberAssignment that represents the initialization of a member.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Bind(MemberInfo, Expression) | Creates a MemberAssignment that represents the initialization of a field or property. |
|
Bind(MethodInfo, Expression) | Creates a MemberAssignment that represents the initialization of a member by using a property accessor method. |
Show: