C# Class DotNetWebToolkit.Cil2Js.Ast.StmtIf

Inheritance: Stmt
显示文件 Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
StmtIf ( Ctx ctx, Expr condition, Stmt then, Stmt @else ) : System

Method Details

StmtIf() public method

public StmtIf ( Ctx ctx, Expr condition, Stmt then, Stmt @else ) : System
ctx Ctx
condition Expr
then Stmt
@else Stmt
return System