Expression.Bind Method
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Creates a MemberAssignment that represents the initialization of a member.
Assembly: System.Core (in System.Core.dll)
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: