Dictionary Constructor (IDictionaryString, Object)
Creates a new Dictionary object

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim d As IDictionary(Of String, Object)

Dim instance As New Dictionary(d)

Parameters

d
Type: System.Collections.GenericIDictionaryString, Object
System dictionary
See Also