C# Class System.Linq.Expressions.MemberListBinding

Represents initializing the elements of a collection member of a newly created object.
Inheritance: MemberBinding
Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Update ( IEnumerable initializers ) : MemberListBinding

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.

Private Methods

Method Description
MemberListBinding ( MemberInfo member, ReadOnlyCollection initializers ) : System.Collections

Method Details

Update() public method

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.
public Update ( IEnumerable initializers ) : MemberListBinding
initializers IEnumerable The property of the result.
return MemberListBinding