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