Overload_CodeJam_Collections_CollectionExtensions_AddRange - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
AddRange(T)(ICollection(T), IEnumerable(T)) | Adds the elements to the end of the ICollection(T). |
![]()
|
AddRange(T)(ICollection(T), IList(T)) | Adds the elements to the end of the ICollection(T). |
![]()
|
AddRange(T)(ICollection(T), T[]) | Adds the elements to the end of the ICollection(T). |
