Dictionary  Conversion (DictionaryString, Object to Dictionary)
Explicite casting from 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(Of String, Object)
Dim output As Dictionary

output = CType(input, Dictionary)

Parameters

d
Type: System.Collections.GenericDictionaryString, Object

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

Return Value

Type: Dictionary

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

See Also