Click or drag to resize

RecognitionExpressionGroupBaseIEnumerableIRecognitionExpressionNodeGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Dynamicweb.Analytics.Profiles.Recognition
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
IEnumerator<IRecognitionExpressionNode> IEnumerable<IRecognitionExpressionNode>.GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also