System.Linq.Expressions.InstanceMethodCallExpression0.InstanceMethodCallExpression0 C# (CSharp) Method

InstanceMethodCallExpression0() public method

public InstanceMethodCallExpression0 ( MethodInfo method, Expression instance ) : System.Collections.Generic
method System.Reflection.MethodInfo
instance Expression
return System.Collections.Generic
        public InstanceMethodCallExpression0(MethodInfo method, Expression instance)
            : base(method, instance)
        {
        }