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