Click or drag to resize

CollectionExtensionsAddRange Method

Overload List
 NameDescription
Public Extension MethodAddRange(IList, IEnumerable) Adds the elements of the specified collection to the end of the list.
Public Extension MethodAddRangeT(ICollectionT, IEnumerableT) Adds the elements of the specified collection to the end of the list.
Public Extension MethodAddRangeT(ICollectionT, T, T, T) Adds the elements of the specified collection to the end of the list.
Top
See Also