System.Linq.Expressions.MemberMemberBinding Members

The members of System.Linq.Expressions.MemberMemberBinding are listed below.

See Also: Inherited members from System.Linq.Expressions.MemberBinding

Public Properties

[read-only]
BindingsSystem.Collections.ObjectModel.ReadOnlyCollection<MemberBinding>.

Gets the bindings that describe how to initialize the members of a member.

Public Methods

Update(IEnumerable<MemberBinding>) : MemberMemberBinding

Creates a new expression that is like this one, but using the supplied children. If all of the children are the same, it will return this expression.