Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SafeILGenerator
Ast
Nodes
AstNodeStmGotoIfFalse
C# Class SafeILGenerator.Ast.Nodes.AstNodeStmGotoIfFalse
Inheritance:
AstNodeStmGotoIf
显示文件
Open project: soywiz/SafeILGenerator
Public Methods
Method
Description
AstNodeStmGotoIfFalse
(
AstLabel
AstLabel
,
AstNodeExpr
Condition
) :
System
Method Details
AstNodeStmGotoIfFalse()
public
method
public
AstNodeStmGotoIfFalse
(
AstLabel
AstLabel
,
AstNodeExpr
Condition
) :
System
AstLabel
AstLabel
Condition
AstNodeExpr
return
System