Click or drag to resize

TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValueIEnumerableGetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
IEnumerator IEnumerable.GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableGetEnumerator
See Also