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

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