| 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()
Private Function GetEnumerator As IEnumerator(Of IRecognitionExpressionNode)
Implements IEnumerable(Of IRecognitionExpressionNode).GetEnumerator
Return Value
Type:
IEnumeratorIRecognitionExpressionNodeAn enumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumeratorSee Also