C# Class System.Linq.Expressions.InstanceMethodCallExpression1

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

Public Methods

Method Description
GetArgument ( int index ) : Expression
InstanceMethodCallExpression1 ( MethodInfo method, Expression instance, Expression arg0 ) : 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

InstanceMethodCallExpression1() public method

public InstanceMethodCallExpression1 ( MethodInfo method, Expression instance, Expression arg0 ) : System.Collections.Generic
method System.Reflection.MethodInfo
instance Expression
arg0 Expression
return System.Collections.Generic