C# Class System.Linq.Expressions.InvocationExpressionN

Inheritance: InvocationExpression
Mostra file Open project: dotnet/corefx

Public Methods

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

InvocationExpressionN() public method

public InvocationExpressionN ( Expression lambda, IReadOnlyList arguments, Type returnType ) : System.Collections.Generic
lambda Expression
arguments IReadOnlyList
returnType Type
return System.Collections.Generic