DotNetWebToolkit.Cil2Js.Ast.StmtBlock.StmtBlock C# (CSharp) Method

StmtBlock() public method

public StmtBlock ( Ctx ctx ) : System
ctx Ctx
return System
        public StmtBlock(Ctx ctx, params Stmt[] statements)
            : this(ctx, (IEnumerable<Stmt>)statements) {
        }

Same methods

StmtBlock::StmtBlock ( Ctx ctx, IEnumerable statements ) : System
StmtBlock