Click or drag to resize

QueryGroupIEnumerableIQueryElementGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Dynamicweb.Analytics.Queries
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
IEnumerator<IQueryElement> IEnumerable<IQueryElement>.GetEnumerator()

Return Value

Type: IEnumeratorIQueryElement
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also