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

Type Parameters

K
V

An extended dictionary based upon a closed hashing algorithm.

The following tables list the members exposed by the EHashDictionary<(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 EBaseDictionary<(Of K, V>).)
Add
Adds an item to the ICollection<(Of T>).
(Inherited from EBaseDictionary<(Of K, V>).)
Clear
Removes all items from the ICollection<(Of T>).
Removes all items from the ICollection<(Of T>).
(Inherited from EBaseDictionary<(Of K, V>).)
Contains
Determines whether the ICollection<(Of T>) contains a specific value.
Determines whether the ICollection<(Of T>) contains a specific value.
(Inherited from EBaseDictionary<(Of K, V>).)
ContainsKey
Determines whether the IDictionary<(Of TKey, TValue>) contains an element with the specified key.
Determines whether the IDictionary<(Of TKey, TValue>) contains an element with the specified key.
(Inherited from EBaseDictionary<(Of K, V>).)
CopyTo
Copies the elements of the ICollection<(Of T>) to an Array, starting at a particular Array index.
Copies the elements of the ICollection<(Of T>) to an Array, starting at a particular Array index.
(Inherited from EBaseDictionary<(Of K, V>).)
Equals
Determines whether the specified Object is equal to the current Object.
Determines whether the specified Object is equal to the current Object.
(Inherited from EBaseDictionary<(Of K, V>).)
Fetch
Fetches the value associated with the specified key. If no value can be found, then the defaultValue is returned.
(Inherited from EBaseDictionary<(Of K, V>).)
Fetch
Fetches the value associated with the specified key. If no value can be found, then default(V) is returned.
(Inherited from EBaseDictionary<(Of K, V>).)
GetEnumerator
Returns an enumerator that iterates through the collection.
Returns an enumerator that iterates through the collection.
(Inherited from EBaseDictionary<(Of K, V>).)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from EBaseDictionary<(Of K, V>).)
GetType (Inherited from Object.)
Put
Sets the given key in the dictionary. If the key already exists, then it is remapped to thenew value.
Sets the given key in the dictionary. If the key already exists, then it is remapped to thenew value.
(Inherited from EBaseDictionary<(Of K, V>).)
PutAll
Puts all values from the source dictionary into this dictionary.
Puts all values from the source dictionary into this dictionary.
(Inherited from EBaseDictionary<(Of K, V>).)
Remove
Removes the element with the specified key from the IDictionary<(Of TKey, TValue>).
Removes the element with the specified key from the IDictionary<(Of TKey, TValue>).
(Inherited from EBaseDictionary<(Of K, V>).)
ToString
Returns a String that represents the current Object.
Returns a String that represents the current Object.
(Inherited from EBaseDictionary<(Of K, V>).)
TryGetValue
Tries the get value.
Tries the get value.
(Inherited from EBaseDictionary<(Of K, V>).)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)

Public Constructors

  NameDescription
EHashDictionary<(Of K, V>)New
Initializes a new instance of the EHashDictionary<(Of K, V>) class.

Public Properties

  NameDescription
Count
Gets the number of elements contained in the ICollection<(Of T>).
Gets the number of elements contained in the ICollection<(Of T>).
(Inherited from EBaseDictionary<(Of K, V>).)
FirstValue
Returns the first value in the enumeration of values
Returns the first value in the enumeration of values
(Inherited from EBaseDictionary<(Of K, V>).)
IsReadOnly
Gets a value indicating whether the ICollection<(Of T>) is read-only.
Gets a value indicating whether the ICollection<(Of T>) is read-only.
(Inherited from EBaseDictionary<(Of K, V>).)
Item
Gets or sets the !:V with the specified key.
Gets or sets the !:V with the specified key.
(Inherited from EBaseDictionary<(Of K, V>).)
Keys
Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>).
Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>).
(Inherited from EBaseDictionary<(Of K, V>).)
Values
Gets an ICollection<(Of T>) containing the values in the IDictionary<(Of TKey, TValue>).
Gets an ICollection<(Of T>) containing the values in the IDictionary<(Of TKey, TValue>).
(Inherited from EBaseDictionary<(Of K, V>).)

Protected Properties

  NameDescription
SubDictionary
Gets or sets the subdictionary.
Gets or sets the subdictionary.
(Inherited from EBaseDictionary<(Of K, V>).)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationIEnumerable.System.Collections.IEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
Returns an enumerator that iterates through a collection.
(Inherited from EBaseDictionary<(Of K, V>).)