IDictionary Members
The IDictionary<(Of <(<'TKey, TValue>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an element with the provided key and value to the IDictionary<(Of <(<'TKey, TValue>)>)>.
|
![]() |
ContainsKey |
Determines whether the IDictionary<(Of <(<'TKey, TValue>)>)> contains an element with the specified key.
|
![]() |
Remove |
Removes the element with the specified key from the IDictionary<(Of <(<'TKey, TValue>)>)>.
|
![]() |
TryGetValue |
Gets the value associated with the specified key.
|
Properties
Name | Description | |
---|---|---|
![]() |
Count | |
![]() |
Item |
Gets or sets the element with the specified key.
|
![]() |
Keys |
Gets an ICollection<(Of <(<'T>)>)> containing the keys of the IDictionary<(Of <(<'TKey, TValue>)>)>.
|
![]() |
Values |
Gets an ICollection<(Of <(<'T>)>)> containing the values in the IDictionary<(Of <(<'TKey, TValue>)>)>.
|