Skip to content

Overload_CodeJam_Collections_CollectionExtensions_AddRange

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

CollectionExtensions.AddRange Method

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