Skip to content

Overload_CodeJam_Collections_CollectionExtensions_AddRange

andrewvk edited this page Mar 22, 2016 · 3 revisions

CollectionExtensions.AddRange Method

[This is preliminary documentation and is subject to change.]

Overload List

 

Name Description
Public methodStatic member AddRange(T)(ICollection(T), IEnumerable(T)) Adds the elements to the end of the ICollection(T).
Public methodStatic member AddRange(T)(ICollection(T), IList(T)) Adds the elements to the end of the ICollection(T).
Public methodStatic member AddRange(T)(ICollection(T), T[]) Adds the elements to the end of the ICollection(T).
  Back to Top

See Also

Reference

CollectionExtensions Class
CodeJam.Collections Namespace

Clone this wiki locally