IArrayListTAddRange Method
Overload List
  NameDescription
Public methodAddRange(IEnumerableT)
Adds all items from collection, this is general version for IEnumerableT
Public methodAddRange(IListT)
Adds all items from list, this is optimized version for IListT
See Also