C# Class System.Linq.Expressions.InstanceMethodCallExpressionN

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

Méthodes publiques

Méthode Description
GetArgument ( int index ) : Expression
InstanceMethodCallExpressionN ( MethodInfo method, Expression instance, IReadOnlyList args ) : 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

InstanceMethodCallExpressionN() public méthode

public InstanceMethodCallExpressionN ( MethodInfo method, Expression instance, IReadOnlyList args ) : System.Collections.Generic
method System.Reflection.MethodInfo
instance Expression
args IReadOnlyList
Résultat System.Collections.Generic