IsFixedSize
Supported by the .NET Compact Framework. |
When implemented by a class, gets a value indicating whether the IDictionary has a fixed size. |
IsReadOnly
Supported by the .NET Compact Framework. |
When implemented by a class, gets a value indicating whether the IDictionary is read-only. |
Item |
When implemented by a class, gets or sets the element with the specified key.
In C#, this property is the indexer for the IDictionary class. |
Keys
Supported by the .NET Compact Framework. |
When implemented by a class, gets an ICollection containing the keys of the IDictionary. |
Values
Supported by the .NET Compact Framework. |
When implemented by a class, gets an ICollection containing the values in the IDictionary. |
Add
Supported by the .NET Compact Framework. |
When implemented by a class, adds an element with the provided key and value to the IDictionary. |
Clear
Supported by the .NET Compact Framework. |
When implemented by a class, removes all elements from the IDictionary. |
Contains
Supported by the .NET Compact Framework. |
When implemented by a class, determines whether the IDictionary contains an element with the specified key. |
GetEnumerator
Supported by the .NET Compact Framework. |
When implemented by a class, returns an IDictionaryEnumerator for the IDictionary. |
Remove
Supported by the .NET Compact Framework. |
When implemented by a class, removes the element with the specified key from the IDictionary. |