ContactPhoneDictionaryGetEnumerator Method Ipswitch.Messaging.Framework
Returns an enumerator that iterates through the items in the PhoneNumberDictionary.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public IEnumerator<KeyValuePair<string, string>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, String
An IEnumerator<KeyValuePair<string, string>> that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also

Reference