Dictionary  Conversion (Dictionary to DictionaryString, Object)
Explicite casting to a Dictionary<string, object> type

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

output = CType(input, Dictionary(Of String, Object))

Parameters

d
Type: SeleniumDictionary
Dictionary

Return Value

Type: DictionaryString, Object

[Missing <returns> documentation for "M:Selenium.Dictionary.op_Explicit(Selenium.Dictionary)~System.Collections.Generic.Dictionary{System.String,System.Object}"]

See Also