Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
DotNetWebToolkit
Cil2Js
Ast
StmtSwitch
C# Class DotNetWebToolkit.Cil2Js.Ast.StmtSwitch
Inheritance:
Stmt
Exibir arquivo
Open project: chrisdunelm/DotNetWebToolkit
Class Usage Examples
Public Methods
Method
Description
StmtSwitch
(
Ctx
ctx
,
Expr
expr
,
IEnumerable
cases
,
Stmt
@default
) :
System
Method Details
StmtSwitch()
public
method
public
StmtSwitch
(
Ctx
ctx
,
Expr
expr
,
IEnumerable
cases
,
Stmt
@default
) :
System
ctx
Ctx
expr
Expr
cases
IEnumerable
@default
Stmt
return
System