[]
Represents a set of extension methods for the collection classes.
public static class CollectionExtensions
| Name | Description |
|---|---|
| AddRange<TCollection, TItem>(TCollection, IEnumerable<TItem>) | Adds a range of items to the specified collection. |
| Sum(IEnumerable<Length>) | Computes the sum of a sequence of Length values. |