System.Linq.Expressions.InstanceMethodCallExpression0.InstanceMethodCallExpression0 C# (CSharp) Méthode

InstanceMethodCallExpression0() public méthode

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