[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Type Parameters

K
V

Extended dictionary functionality.

The following tables list the members exposed by the EDictionary<(Of K, V>) generic type.

Public Methods

  NameDescription
Add
Adds an element with the provided key and value to the IDictionary<(Of TKey, TValue>).
(Inherited from IDictionary<(Of TKey, TValue>).)
Add
Adds an item to the ICollection<(Of T>).
(Inherited from ICollection<(Of T>).)
Clear
Removes all items from the ICollection<(Of T>).
(Inherited from ICollection<(Of T>).)
Contains
Determines whether the ICollection<(Of T>) contains a specific value.
(Inherited from ICollection<(Of T>).)
ContainsKey
Determines whether the IDictionary<(Of TKey, TValue>) contains an element with the specified key.
(Inherited from IDictionary<(Of TKey, TValue>).)
CopyTo
Copies the elements of the ICollection<(Of T>) to an Array, starting at a particular Array index.
(Inherited from ICollection<(Of T>).)
FetchOverloaded.
GetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerable<(Of T>).)
GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Put
Sets the given key in the dictionary. If the key already exists, then it is remapped to thenew value.

PutAll
Puts all values from the source dictionary into this dictionary.

Remove
Removes the element with the specified key from the IDictionary<(Of TKey, TValue>).
(Inherited from IDictionary<(Of TKey, TValue>).)
Remove
Removes the first occurrence of a specific object from the ICollection<(Of T>).
(Inherited from ICollection<(Of T>).)
TryGetValue (Inherited from IDictionary<(Of TKey, TValue>).)

Public Properties

  NameDescription
Count
Gets the number of elements contained in the ICollection<(Of T>).
(Inherited from ICollection<(Of T>).)
FirstValue
Returns the first value in the enumeration of values

IsReadOnly
Gets a value indicating whether the ICollection<(Of T>) is read-only.
(Inherited from ICollection<(Of T>).)
Item
Gets or sets the element with the specified key.
(Inherited from IDictionary<(Of TKey, TValue>).)
Keys
Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>).
(Inherited from IDictionary<(Of TKey, TValue>).)
Values
Gets an ICollection<(Of T>) containing the values in the IDictionary<(Of TKey, TValue>).
(Inherited from IDictionary<(Of TKey, TValue>).)