| 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
Syntax public 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
IEnumerableGetEnumeratorRemarks See Also