 | ReactionDynamicsGetEnumerator Method |
Returns an object that can be used to iterate over the elements in the collection.
Namespace: Dynamicweb.Content.Social.MetricsAssembly: Dynamicweb (in Dynamicweb.dll) Version: 9.6.0
Syntaxpublic IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
Return Value
Type:
IEnumeratorAn object that can be used to iterate over the elements in the collection.
Implements
IEnumerableGetEnumerator
Remarks
See Also