Copies the elements of the System.Collections.Generic.ICollection`1 to an System.Array, starting at a particular System.Array index.
defcopy_to(self,array,array_index):...
Parameter
Type
Description
array
List[IBehavior]
The one-dimensional System.Array that is the destination of the elements copied from System.Collections.Generic.ICollection`1. The System.Array must have zero-based indexing.
array_index
int
The zero-based index in array at which copying begins.
The number of elements in the source **System.Collections.Generic.ICollection1** is greater than the available space from array_indexto the end of the destinationarray`.