IList: CopyTo

CopyTo

Copies the elements in the list to the array.



 Public Sub CopyTo(
	  ByRef Arr As Variant,
	  ByVal Index As Long )

Parameters

Arr
[ByRef] Variant. The array to copy the elements to.
Index
[ByVal] Long. The starting index in the array to begin copying to.

See Also

Project CorLib Overview

Class IList Overview