Boo.Lang.Compiler.Ast.IfStatement.IfStatement C# (CSharp) Method

IfStatement() public method

public IfStatement ( ) : System
return 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