IDictionary Members
The following tables list the members exposed by the IDictionary type.
Public Properties
Name | Description | |
---|---|---|
IsFixedSize | Gets a value indicating whether the IDictionary object has a fixed size. | |
IsReadOnly | Gets a value indicating whether the IDictionary object is read-only. | |
Item | Gets or sets the item with the specified key. | |
Keys | Gets an ICollection object that contains the keys in the IDictionary object. | |
Values | Gets an ICollection object containing the values in the IDictionary object. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds an element with the provided key and value to the IDictionary object. | |
Clear | Removes all item from the IDictionary object. | |
Contains | Determines whether the IDictionary object contains an item with the specified key. | |
Remove | Removes the item with the specified key from the IDictionary object. |