
js.prompto.csharp.CSharpCharacterLiteral.js Maven / Gradle / Ivy
var CSharpLiteral = require("./CSharpLiteral").CSharpLiteral;
function CSharpCharacterLiteral(text) {
CSharpLiteral.call(this, text);
return this;
}
CSharpCharacterLiteral.prototype = Object.create(CSharpLiteral.prototype);
CSharpCharacterLiteral.prototype.constructor = CSharpCharacterLiteral;
exports.CSharpCharacterLiteral = CSharpCharacterLiteral;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy