System.Linq.Expressions.InstanceMethodCallExpression0.InstanceMethodCallExpression0 C# (CSharp) Метод

InstanceMethodCallExpression0() публичный Метод

public InstanceMethodCallExpression0 ( MethodInfo method, Expression instance ) : System.Collections.Generic
method System.Reflection.MethodInfo
instance Expression
Результат System.Collections.Generic
        public InstanceMethodCallExpression0(MethodInfo method, Expression instance)
            : base(method, instance)
        {
        }