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.

Remarks

See Also

Project VBCorLib Overview Class IList Overview IList Properties IList Methods Contains Count (get)