ListCopyTo Method
Copies the values to an array

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As List
Dim array As Array
Dim index As Integer

instance.CopyTo(array, index)

Parameters

array
Type: SystemArray
Array
index
Type: SystemInt32
Target index

Implements

ICollectionCopyTo(Array, Int32)
See Also