C# 클래스 System.Linq.Expressions.ElementInit

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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