DataDictionary.Generated.Collection.subElements C# (CSharp) Method

subElements() public method

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