IronKonoha.Token.Print C# (CSharp) Méthode

Print() public méthode

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