Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
DotNetWebToolkit
Cil2Js
Ast
StmtIf
C# Class DotNetWebToolkit.Cil2Js.Ast.StmtIf
Inheritance:
Stmt
Show file
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