DictionaryGetEnumerator Method
Return the dictionary enumerator

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Dictionary
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()

Return Value

Type: IEnumerator

[Missing <returns> documentation for "M:Selenium.Dictionary.GetEnumerator"]

Implements

IEnumerableGetEnumerator
See Also