Click or drag to resize

ItemIEnumerableKeyValuePairString, ObjectGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Dynamicweb.Content.Items
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
IEnumerator<KeyValuePair<string, Object>> IEnumerable<KeyValuePair<string, Object>>.GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, Object
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also