Ejemplo n.º 1
0
		public void CopyFrom(XS_itemsType itemsType_in) {
			int _index = -1;

			this.itemcollection_.Clear();
			for (int d = 0; d < itemsType_in.itemcollection_.Count; d++) {
				this.itemcollection_.Add(
					out _index,
					new XS_itemType()
				);
				this.itemcollection_[_index].CopyFrom(
					itemsType_in.itemcollection_[d]
				);
			}
		}
Ejemplo n.º 2
0
        public void CopyFrom(XS_itemsType itemsType_in)
        {
            int _index = -1;

            this.itemcollection_.Clear();
            for (int d = 0; d < itemsType_in.itemcollection_.Count; d++)
            {
                this.itemcollection_.Add(
                    out _index,
                    new XS_itemType()
                    );
                this.itemcollection_[_index].CopyFrom(
                    itemsType_in.itemcollection_[d]
                    );
            }
        }