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

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

function CSharpLiteral(text) {
    this.text = text;
    return this;
}


CSharpLiteral.prototype.toDialect = function(writer) {
    return writer.append(this.text);
};


exports.CSharpLiteral = CSharpLiteral;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy