UNPKG

@microsoft.azure/autorest.incubator

Version:
13 lines 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const class_1 = require("../../csharp/code-dom/class"); class Struct extends class_1.Class { constructor(namespace, name, parent, objectIntializer) { super(namespace, name); this.parent = parent; this.apply(objectIntializer); this.classOrStruct = "struct"; } } exports.Struct = Struct; //# sourceMappingURL=struct.js.map