Click or drag to resize
ContactWithScoreValueCollectionGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public IEnumerator<ContactWithScoreValue> GetEnumerator()

Return Value

Type: IEnumeratorContactWithScoreValue
An enumerator of KeyValuePair of int and int where key is ScoreID and value is number of points.

Implements

IEnumerableTGetEnumerator
See Also