Exemple #1
0
		public void CopyFrom(XS_templatesType templatesType_in) {
			int _index = -1;

			this.templatecollection_.Clear();
			for (int d = 0; d < templatesType_in.templatecollection_.Count; d++) {
				this.templatecollection_.Add(
					out _index,
					new XS_templateType()
				);
				this.templatecollection_[_index].CopyFrom(
					templatesType_in.templatecollection_[d]
				);
			}
		}
Exemple #2
0
        public void CopyFrom(XS_templatesType templatesType_in)
        {
            int _index = -1;

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