DataDictionary.Generated.Specification.subElements C# (CSharp) Метод

subElements() публичный Метод

This method is used by XMLBooster-generated code internally. Please refrain from using it, as it might produce unexpected results, and might change or even disappear in the future.
public subElements ( ArrayList l ) : void
l System.Collections.ArrayList
Результат void
        public override void subElements(ArrayList l)
        {
            base.subElements(l);
            for (int i = 0; i < countChapters(); i++) {
              l.Add(getChapters(i));
            }
            for (int i = 0; i < countChapterRefs(); i++) {
              l.Add(getChapterRefs(i));
            }
        }