Click or drag to resize

RecognitionExpressionGroupBaseGetEnumerator Method

Returns an enumerator that iterates through the items within this group.

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

Return Value

Type: IEnumeratorIRecognitionExpressionNode
Enumerator object.
See Also