C# Class System.Linq.Expressions.InvocationExpression1

Inheritance: InvocationExpression
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
GetArgument ( int index ) : Expression
InvocationExpression1 ( Expression lambda, Type returnType, Expression arg0 ) : 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

InvocationExpression1() public method

public InvocationExpression1 ( Expression lambda, Type returnType, Expression arg0 ) : System.Collections.Generic
lambda Expression
returnType Type
arg0 Expression
return System.Collections.Generic