Contains additional (helper) functionality dealing with collections.
Public Static Methods | |
static void | CopyList< T > (IList< T > from, IList< T > to) |
Copies the data from a source list to a destination list. More... | |
static void | ResizeList< T > (IList< T > list, int size) |
Resizes a IList<T> to the given size . More... | |
static void | ResizeListDefault< T > (IList< T > list, int size) |
Resizes a IList<T> to the given size . More... | |