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

An extended hash dictionary that maps a string to an object.

The following tables list the members exposed by the EDataDictionary 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
Gets the Type of the current instance.
(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
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

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>).)