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
Supported by Silverlight for Windows Phone Assignment A binding that represents initializing a member with the value of an expression.
Supported by Silverlight for Windows Phone MemberBinding A binding that represents recursively initializing members of a member.
Supported by Silverlight for Windows Phone 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.