C# Class System.Linq.Expressions.InvocationExpression2

Inheritance: InvocationExpression
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetArgument ( int index ) : Expression
InvocationExpression2 ( Expression lambda, Type returnType, Expression arg0, Expression arg1 ) : System.Collections.Generic

Private Methods

Méthode Description
GetOrMakeArguments ( ) : ReadOnlyCollection
Rewrite ( Expression lambda, Expression arguments ) : InvocationExpression

Method Details

GetArgument() public méthode

public GetArgument ( int index ) : Expression
index int
Résultat Expression

InvocationExpression2() public méthode

public InvocationExpression2 ( Expression lambda, Type returnType, Expression arg0, Expression arg1 ) : System.Collections.Generic
lambda Expression
returnType Type
arg0 Expression
arg1 Expression
Résultat System.Collections.Generic