C# Class System.Linq.Expressions.InvocationExpression5

Inheritance: InvocationExpression
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
GetArgument ( int index ) : Expression
InvocationExpression5 ( Expression lambda, Type returnType, Expression arg0, Expression arg1, Expression arg2, Expression arg3, Expression arg4 ) : System.Collections.Generic

Private Methods

Method Description
GetOrMakeArguments ( ) : ReadOnlyCollection
Rewrite ( Expression lambda, Expression arguments ) : InvocationExpression

Method Details

GetArgument() public method

public GetArgument ( int index ) : Expression
index int
return Expression

InvocationExpression5() public method

public InvocationExpression5 ( Expression lambda, Type returnType, Expression arg0, Expression arg1, Expression arg2, Expression arg3, Expression arg4 ) : System.Collections.Generic
lambda Expression
returnType Type
arg0 Expression
arg1 Expression
arg2 Expression
arg3 Expression
arg4 Expression
return System.Collections.Generic