8 [global::__DynamicallyInvokable]
15 [global::__DynamicallyInvokable]
18 [global::__DynamicallyInvokable]
28 _initializers = initializers;
34 [global::__DynamicallyInvokable]
41 return Expression.ListBind(base.Member, initializers);
Obtains information about the attributes of a member and provides access to member metadata.
Provides the base class for a generic read-only collection.
Represents initializing the elements of a collection member of a newly created object.
Exposes the enumerator, which supports a simple iteration over a collection of a specified type....
A binding that represents initializing a member of type T:System.Collections.IList or T:System....
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....
MemberListBinding Update(IEnumerable< ElementInit > initializers)
Creates a new expression that is like this one, but using the supplied children. If all of the childr...
MemberBindingType
Describes the binding types that are used in T:System.Linq.Expressions.MemberInitExpression objects.
ReadOnlyCollection< ElementInit > Initializers
Gets the element initializers for initializing a collection member of a newly created object.