Polarith AI
1.8

◆ CopyList< T >()

static void CopyList< T > ( IList< T >  from,
IList< T >  to 
)
static

Copies the data from a source list to a destination list.

Template Parameters
TThe element type of the list.
Parameters
fromSource list.
toDestination list.
Exceptions
System.NullReferenceExceptionIf from or to are null.
Imprint