Overload | Description |
---|---|
AddRange(DAItemValue[]) | Adds the elements in the array to the end of the collection. |
AddRange(ICollection) | Adds the elements of an System.Collections.ICollection to the end of the System.Collections.ArrayList. (Inherited from System.Collections.ArrayList) |