Bridge

IDictionary Members

The IDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.

Methods


  Name Description
Public method Add
Adds an element with the provided key and value to the IDictionary<(Of <(<'TKey, TValue>)>)>.
Public method ContainsKey
Determines whether the IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key.
Public method Remove
Removes the element with the specified key from the IDictionary<(Of <(<'TKey, TValue>)>)>.
Public method TryGetValue
Gets the value associated with the specified key.

Properties


  Name Description
Public property Count
Public property Item
Gets or sets the element with the specified key.
Public property Keys
Public property Values