C# Class SafeILGenerator.Ast.Nodes.AstNodeStmGotoIfTrue

Inheritance: AstNodeStmGotoIf
Show file Open project: soywiz/SafeILGenerator

Public Methods

Method Description
AstNodeStmGotoIfTrue ( AstLabel AstLabel, AstNodeExpr Condition ) : System

Method Details

AstNodeStmGotoIfTrue() public method

public AstNodeStmGotoIfTrue ( AstLabel AstLabel, AstNodeExpr Condition ) : System
AstLabel AstLabel
Condition AstNodeExpr
return System