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

상속: InvocationExpression
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetArgument ( int index ) : Expression
InvocationExpression4 ( Expression lambda, Type returnType, Expression arg0, Expression arg1, Expression arg2, Expression arg3 ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetOrMakeArguments ( ) : ReadOnlyCollection
Rewrite ( Expression lambda, Expression arguments ) : InvocationExpression

메소드 상세

GetArgument() 공개 메소드

public GetArgument ( int index ) : Expression
index int
리턴 Expression

InvocationExpression4() 공개 메소드

public InvocationExpression4 ( Expression lambda, Type returnType, Expression arg0, Expression arg1, Expression arg2, Expression arg3 ) : System.Collections.Generic
lambda Expression
returnType Type
arg0 Expression
arg1 Expression
arg2 Expression
arg3 Expression
리턴 System.Collections.Generic