Boo.Lang.Compiler.Steps.ProcessMethodBodies.GetUnaryOperatorText C# (CSharp) Méthode

GetUnaryOperatorText() static private méthode

static private GetUnaryOperatorText ( UnaryOperatorType op ) : string
op UnaryOperatorType
Résultat string
        static string GetUnaryOperatorText(UnaryOperatorType op)
        {
            return BooPrinterVisitor.GetUnaryOperatorText(op);
        }
ProcessMethodBodies