DataDictionary.Generated.Shortcut.subElements C# (CSharp) Méthode

subElements() public méthode

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
Résultat void
        public override void subElements(ArrayList l)
        {
            base.subElements(l);
        }