The ContactPhoneDictionary type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a new phone number string to the dictionary with the specified key (name).
|
![]() | Clear |
Removes all elements from the PhoneNumberDictionary
|
![]() | ContainsKey |
Determines whether or not the PhoneNumberDictionary contains a phone number with the specified key (name).
|
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the items in the PhoneNumberDictionary.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNonStandardPhoneNumbers |
Retrieves an enumerable collection of phone number strings and names from the PhoneNumberDictionary
that are not one of the standard phone numbers.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Remove |
Removes the phone number with the specified key (name) from the PhoneNumberDictionary.
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Gets the phone number with the specified key (name).
|
See Also