Boo.Lang.Compiler.Ast.BoolLiteralExpression.BoolLiteralExpression C# (CSharp) Méthode

BoolLiteralExpression() public méthode

public BoolLiteralExpression ( ) : System
Résultat System
        public BoolLiteralExpression()
        {
        }

Same methods

BoolLiteralExpression::BoolLiteralExpression ( LexicalInfo lexicalInfoProvider ) : System
BoolLiteralExpression::BoolLiteralExpression ( LexicalInfo token, bool value ) : System
BoolLiteralExpression::BoolLiteralExpression ( bool value ) : System
BoolLiteralExpression