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