C# Класс System.Linq.Expressions.MemberListBinding

Represents initializing the elements of a collection member of a newly created object.
Наследование: MemberBinding
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
MemberListBinding ( MemberInfo member, ReadOnlyCollection initializers ) : System.Collections

Описание методов

Update() публичный Метод

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.
Результат MemberListBinding