Exemple #1
0
		public void CopyFrom(XS_tablesType tablesType_in) {
			int _index = -1;

			tablecollection_.Clear();
			for (int d = 0; d < tablesType_in.tablecollection_.Count; d++) {
				tablecollection_.Add(
					out _index,
					new XS_tableType()
				);
				tablecollection_[_index].CopyFrom(
					tablesType_in.tablecollection_[d]
				);
			}
		}
Exemple #2
0
        public void CopyFrom(XS_tablesType tablesType_in)
        {
            int _index = -1;

            tablecollection_.Clear();
            for (int d = 0; d < tablesType_in.tablecollection_.Count; d++)
            {
                tablecollection_.Add(
                    out _index,
                    new XS_tableType()
                    );
                tablecollection_[_index].CopyFrom(
                    tablesType_in.tablecollection_[d]
                    );
            }
        }