IDictionary Methods

  Name Description
Public method Supported by the .NET Compact Framework Add Adds an element with the provided key and value to the IDictionary.
Public method Supported by the .NET Compact Framework ContainsKey Determines whether the IDictionary contains an element with the specified key.
Public method Supported by the .NET Compact Framework Remove Removes the element with the specified key from the IDictionary.
Public method Supported by the .NET Compact Framework TryGetValue Gets the value associated with the specified key.
Top

Community Additions

ADD
Show: