Click or drag to resize

TwoDimensionalDictionaryTLevel0, TLevel1, TKey, TValueGetEnumerator Method

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public IEnumerator<KeyValuePair<TKey, TLevel1>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairTKey, TLevel1

Implements

IEnumerableTGetEnumerator
See Also