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
T
The element type of the list.
Parameters
from
Source list.
to
Destination list.
Exceptions
System.NullReferenceException
If
from
or
to
are
null
.