C# Class System.Linq.Expressions.InvocationExpression0

Inheritance: InvocationExpression
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
GetArgument ( int index ) : Expression
InvocationExpression0 ( Expression lambda, 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

InvocationExpression0() public method

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