List Constructor (Int32)
Creates a new list object

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim capacity As Integer

Dim instance As New List(capacity)

Parameters

capacity
Type: SystemInt32
Capacity
See Also