Boo.Lang.Compiler.Steps.ProcessMethodBodies.ProcessMethodInvocationWithInvalidParameters C# (CSharp) Метод

ProcessMethodInvocationWithInvalidParameters() защищенный Метод

protected ProcessMethodInvocationWithInvalidParameters ( MethodInvocationExpression node, IMethod targetMethod ) : bool
node MethodInvocationExpression
targetMethod IMethod
Результат bool
        protected virtual bool ProcessMethodInvocationWithInvalidParameters(MethodInvocationExpression node, IMethod targetMethod)
        {
            return false;
        }
ProcessMethodBodies