MemberBindingType Enum

Definition

Describes the binding types that are used in MemberInitExpression objects.

public enum class MemberBindingType
public enum MemberBindingType
type MemberBindingType = 
Public Enum MemberBindingType
Inheritance
MemberBindingType

Fields

Assignment 0

A binding that represents initializing a member with the value of an expression.

ListBinding 2

A binding that represents initializing a member of type IList or ICollection<T> from a list of elements.

MemberBinding 1

A binding that represents recursively initializing members of a member.

Applies to