Overload_CodeJam_Collections_CollectionExtensions_AddRange - rsdn/CodeJam GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️