Copies the values to an array
Namespace: SeleniumAssembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
SyntaxDim 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