Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
DotNetWebToolkit
Cil2Js
Ast
StmtIf
C# Class DotNetWebToolkit.Cil2Js.Ast.StmtIf
Inheritance:
Stmt
Afficher le fichier
Open project: chrisdunelm/DotNetWebToolkit
Class Usage Examples
Méthodes publiques
Méthode
Description
StmtIf
(
Ctx
ctx
,
Expr
condition
,
Stmt
then
,
Stmt
@else
) :
System
Method Details
StmtIf()
public
méthode
public
StmtIf
(
Ctx
ctx
,
Expr
condition
,
Stmt
then
,
Stmt
@else
) :
System
ctx
Ctx
condition
Expr
then
Stmt
@else
Stmt
Résultat
System