コード例 #1
0
ファイル: XS0_faqSubjectsType.cs プロジェクト: katshann/ogen
		public void CopyFrom(XS_faqSubjectsType faqSubjectsType_in) {
			int _index = -1;

			faqsubjectcollection_.Clear();
			for (int d = 0; d < faqSubjectsType_in.faqsubjectcollection_.Count; d++) {
				faqsubjectcollection_.Add(
					out _index,
					new XS_faqSubjectType()
				);
				faqsubjectcollection_[_index].CopyFrom(
					faqSubjectsType_in.faqsubjectcollection_[d]
				);
			}
		}
コード例 #2
0
        public void CopyFrom(XS_faqSubjectsType faqSubjectsType_in)
        {
            int _index = -1;

            faqsubjectcollection_.Clear();
            for (int d = 0; d < faqSubjectsType_in.faqsubjectcollection_.Count; d++)
            {
                faqsubjectcollection_.Add(
                    out _index,
                    new XS_faqSubjectType()
                    );
                faqsubjectcollection_[_index].CopyFrom(
                    faqSubjectsType_in.faqsubjectcollection_[d]
                    );
            }
        }