All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.prompto.csharp.CSharpBooleanLiteral.js Maven / Gradle / Ivy

var CSharpLiteral = require("./CSharpLiteral").CSharpLiteral;

function CSharpBooleanLiteral(text) {
    CSharpLiteral.call(this, text);
    return this;
}

CSharpBooleanLiteral.prototype = Object.create(CSharpLiteral.prototype);
CSharpBooleanLiteral.prototype.constructor = CSharpBooleanLiteral;

exports.CSharpBooleanLiteral = CSharpBooleanLiteral;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy