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

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

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

Метод Описание
GetArgument ( int index ) : Expression

Gets the argument expression with the specified index.

ToString ( ) : string

Creates a String representation of the node.

Update ( IEnumerable arguments ) : ElementInit

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.

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

Метод Описание
ElementInit ( MethodInfo addMethod, ReadOnlyCollection arguments ) : System.Collections.Generic

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

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

Gets the argument expression with the specified index.
public GetArgument ( int index ) : Expression
index int The index of the argument expression to get.
Результат Expression

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

Creates a String representation of the node.
public ToString ( ) : string
Результат string

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