C# Class System.Linq.Expressions.InstanceMethodCallExpression2

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

Méthodes publiques

Méthode Description
GetArgument ( int index ) : Expression
InstanceMethodCallExpression2 ( MethodInfo method, Expression instance, Expression arg0, Expression arg1 ) : 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

InstanceMethodCallExpression2() public méthode

public InstanceMethodCallExpression2 ( MethodInfo method, Expression instance, Expression arg0, Expression arg1 ) : System.Collections.Generic
method System.Reflection.MethodInfo
instance Expression
arg0 Expression
arg1 Expression
Résultat System.Collections.Generic