IDictionary Members
.NET Framework 2.0
Represents a generic collection of key/value pairs.
The following tables list the members exposed by the IDictionary generic type.
| Name | Description | |
|---|---|---|
| Item | Gets or sets the element with the specified key. |
| Keys | Gets an ICollection containing the keys of the IDictionary. |
| Values | Gets an ICollection containing the values in the IDictionary. |
| Name | Description | |
|---|---|---|
| Add | Adds an element with the provided key and value to the IDictionary. |
| ContainsKey | Determines whether the IDictionary contains an element with the specified key. |
| Remove | Removes the element with the specified key from the IDictionary. |
| TryGetValue | Gets the value associated with the specified key. |
Community Additions
ADD
Show: