The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MemberBindingType Enumeration
Silverlight
Describes the binding types that are used in MemberInitExpression objects.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
![]() | Assignment | A binding that represents initializing a member with the value of an expression. |
![]() | MemberBinding | A binding that represents recursively initializing members of a member. |
![]() | ListBinding | A binding that represents initializing a member of type IList or ICollection(Of T) from a list of elements. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show:
