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

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

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

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

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

exports.CSharpTextLiteral = CSharpTextLiteral;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy