Extension methods for ICollection<>s.
More...
|
static IC | AddAll< IC, T > (this IC collection, params T[] values) |
| Adds the specified values to and returns the specific collection. More...
|
|
static IC | AddAll< IC, T > (this IC collection, IList< T > values) |
| Adds the specified values to and returns the specific collection. More...
|
|
static IC | AddAll< IC, T > (this IC collection, IEnumerable< T > values) |
| Adds the specified values to and returns the specific collection. More...
|
|
Extension methods for ICollection<>s.
static IC Smooth.Collections.ICollectionExtensions.AddAll< IC, T > |
( |
this IC |
collection, |
|
|
params T[] |
values |
|
) |
| |
|
inlinestatic |
Adds the specified values to and returns the specific collection.
static IC Smooth.Collections.ICollectionExtensions.AddAll< IC, T > |
( |
this IC |
collection, |
|
|
IList< T > |
values |
|
) |
| |
|
inlinestatic |
Adds the specified values to and returns the specific collection.
static IC Smooth.Collections.ICollectionExtensions.AddAll< IC, T > |
( |
this IC |
collection, |
|
|
IEnumerable< T > |
values |
|
) |
| |
|
inlinestatic |
Adds the specified values to and returns the specific collection.
The documentation for this class was generated from the following file: