-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Collections_EnumerableExtensions_Concat
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
Name | Description | |
---|---|---|
|
Concat(T)(IEnumerable(T), T) | Appends specified element to end of the collection. |
|
Concat(T)(IEnumerable(T), T[]) | Appends specified elements to end of the collection. |