IronKonoha.Token.Print C# (CSharp) 메소드

Print() 공개 메소드

public Print ( Context ctx, ReportLevel pe, string fmt ) : void
ctx Context
pe ReportLevel
fmt string
리턴 void
        public void Print(Context ctx, ReportLevel pe, string fmt, params object[] ap)
        {
            ctx.SUGAR_P(pe, this.ULine, 0, fmt, ap);
        }