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

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

Private Properties

Свойство Тип Описание
GetArgument Expression
GetOrMakeArguments ReadOnlyCollection
InvocationExpression System.Collections.Generic
Rewrite InvocationExpression

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

Метод Описание
Update ( Expression expression, IEnumerable arguments ) : InvocationExpression

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.

Защищенные методы

Метод Описание
Accept ( ExpressionVisitor visitor ) : Expression

Dispatches to the specific visit method for this node type.

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

Метод Описание
GetArgument ( int index ) : Expression
GetOrMakeArguments ( ) : ReadOnlyCollection
InvocationExpression ( Expression expression, Type returnType ) : System.Collections.Generic
Rewrite ( Expression lambda, Expression arguments ) : InvocationExpression

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

Accept() защищенный Метод

Dispatches to the specific visit method for this node type.
protected Accept ( ExpressionVisitor visitor ) : Expression
visitor ExpressionVisitor
Результат Expression

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 ( Expression expression, IEnumerable arguments ) : InvocationExpression
expression Expression The property of the result.
arguments IEnumerable The property of the result.
Результат InvocationExpression