MemberBindingType Enumeration

MemberBindingType Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Describes the binding types that are used in MemberInitExpression objects.

Namespace:  System.Linq.Expressions
Assembly:  System.Core (in System.Core.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
AssignmentA binding that represents initializing a member with the value of an expression.
ListBindingA binding that represents initializing a member of type IList or ICollection<T> from a list of elements.
MemberBindingA binding that represents recursively initializing members of a member.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft