C# Class System.Linq.Expressions.InvocationExpressionN

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

Méthodes publiques

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

InvocationExpressionN() public méthode

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