[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 (Inherited from IDictionary<(Of TKey, TValue>).)
Add (Inherited from ICollection<(Of T>).)
Clear (Inherited from ICollection<(Of T>).)
Contains (Inherited from ICollection<(Of T>).)
ContainsKey (Inherited from IDictionary<(Of TKey, TValue>).)
CopyTo (Inherited from ICollection<(Of T>).)
FetchOverloaded.
GetEnumerator (Inherited from IEnumerable<(Of T>).)
GetEnumerator (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 (Inherited from IDictionary<(Of TKey, TValue>).)
Remove (Inherited from ICollection<(Of T>).)
TryGetValue (Inherited from IDictionary<(Of TKey, TValue>).)

Public Properties

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

IsReadOnly (Inherited from ICollection<(Of T>).)
Item (Inherited from IDictionary<(Of TKey, TValue>).)
Keys (Inherited from IDictionary<(Of TKey, TValue>).)
Values (Inherited from IDictionary<(Of TKey, TValue>).)