C# Class System.Linq.Expressions.MethodCallExpression5

Inheritance: MethodCallExpression, IArgumentProvider
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
GetArgument ( int index ) : Expression
MethodCallExpression5 ( MethodInfo method, Expression arg0, Expression arg1, Expression arg2, Expression arg3, Expression arg4 ) : System.Collections.Generic

Private Methods

Méthode Description
GetOrMakeArguments ( ) : ReadOnlyCollection
Rewrite ( Expression instance, IReadOnlyList args ) : MethodCallExpression

Method Details

GetArgument() public méthode

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

MethodCallExpression5() public méthode

public MethodCallExpression5 ( MethodInfo method, Expression arg0, Expression arg1, Expression arg2, Expression arg3, Expression arg4 ) : System.Collections.Generic
method System.Reflection.MethodInfo
arg0 Expression
arg1 Expression
arg2 Expression
arg3 Expression
arg4 Expression
Résultat System.Collections.Generic