Boo.Lang.Compiler.Ast.IfStatement.IfStatement C# (CSharp) 메소드

IfStatement() 공개 메소드

public IfStatement ( ) : System
리턴 System
        public IfStatement()
        {
        }

Same methods

IfStatement::IfStatement ( Expression condition, Block trueBlock, Block falseBlock ) : System
IfStatement::IfStatement ( LexicalInfo token ) : System
IfStatement::IfStatement ( LexicalInfo token, Expression condition, Block trueBlock, Block falseBlock ) : System
IfStatement