C# Class System.Linq.Expressions.InstanceMethodCallExpression

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

Public Methods

Method Description
InstanceMethodCallExpression ( MethodInfo method, Expression instance ) : System.Collections.Generic

Private Methods

Method Description
GetInstance ( ) : Expression

Method Details

InstanceMethodCallExpression() public method

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