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

Наследование: MemberBinding
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Update ( IEnumerable bindings ) : 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.

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

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

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

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 bindings ) : MemberMemberBinding
bindings IEnumerable The property of the result.
Результат MemberMemberBinding