| 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()
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
Return Value
Type:
IEnumeratorAn
IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerableGetEnumeratorSee Also