Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetUnaryOperatorText C# (CSharp) 메소드

GetUnaryOperatorText() 정적인 개인적인 메소드

static private GetUnaryOperatorText ( UnaryOperatorType op ) : string
op UnaryOperatorType
리턴 string
        static string GetUnaryOperatorText(UnaryOperatorType op)
        {
            return BooPrinterVisitor.GetUnaryOperatorText(op);
        }
ProcessMethodBodies