C# Class System.Linq.Expressions.InstanceMethodCallExpressionN

Inheritance: MethodCallExpression, IArgumentProvider
Mostra file Open project: dotnet/corefx

Public Methods

Method Description
GetArgument ( int index ) : Expression
InstanceMethodCallExpressionN ( MethodInfo method, Expression instance, IReadOnlyList args ) : System.Collections.Generic

Private Methods

Method Description
GetOrMakeArguments ( ) : ReadOnlyCollection
Rewrite ( Expression instance, IReadOnlyList args ) : MethodCallExpression

Method Details

GetArgument() public method

public GetArgument ( int index ) : Expression
index int
return Expression

InstanceMethodCallExpressionN() public method

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