Polarith AI
1.8
Collections Class Reference

Description

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...
 
Imprint