MemberBindingType Enumeration
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Describes the binding types that are used in MemberInitExpression objects.
Namespace: System.Linq.Expressions
Assembly: System.Core (in System.Core.dll)
Syntax
'Declaration
Public Enumeration MemberBindingType
public enum MemberBindingType
Members
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<T> from a list of elements. |
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.