IContactSettingDictionary Members
Include Protected Members
Include Inherited Members
The IContactSettingDictionary type exposes the following members.
Methods
Name | Description | |
---|---|---|
ContainsKey |
Check to see if there is a values associated the given key
|
|
get_Item |
Returns the related item value for a given key.
|
|
GetKeyAt |
Get a key based on the index.
|
|
GetValueAt |
Get a value based on the index.
|
|
TryGetValue |
Tries to find a value based on the given key.
|
Properties
Name | Description | |
---|---|---|
Count |
Returns number of items in the object.
|
|
Keys |
Keys collection
|
|
Values |
Values collection; same sequece as keys
|