UNPKG

igniteui-react-core

Version:
27 lines (26 loc) 1.05 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { List$1 } from "./List$1"; import { markType } from "./type"; /** * @hidden */ export let Collection$1 = /*@__PURE__*/ (() => { class Collection$1 extends List$1 { constructor($t) { super($t, 0); this.$t = null; this.$t = $t; this.$type = this.$type.specialize(this.$t); } get ac() { return this; } } Collection$1.$t = /*@__PURE__*/ markType(Collection$1, 'Collection$1', /*@__PURE__*/ List$1.$.specialize(0)); return Collection$1; })();