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