8 [global::__DynamicallyInvokable]
15 [global::__DynamicallyInvokable]
18 [global::__DynamicallyInvokable]
34 [global::__DynamicallyInvokable]
41 return Expression.MemberBind(base.Member, bindings);
Obtains information about the attributes of a member and provides access to member metadata.
MemberMemberBinding Update(IEnumerable< MemberBinding > bindings)
Creates a new expression that is like this one, but using the supplied children. If all of the childr...
Provides the base class for a generic read-only collection.
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
Provides the base class from which the classes that represent bindings that are used to initialize me...
Provides the base class from which the classes that represent expression tree nodes are derived....
MemberBindingType
Describes the binding types that are used in T:System.Linq.Expressions.MemberInitExpression objects.
Represents initializing members of a member of a newly created object.
ReadOnlyCollection< MemberBinding > Bindings
Gets the bindings that describe how to initialize the members of a member.