C# Class SafeILGenerator.Ast.Nodes.AstNodeStmGotoIfFalse

Inheritance: AstNodeStmGotoIf
Mostra file 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