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

Namespace: CMS.ContactManagement
Assembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 10.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