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

Type Parameters

K
V

Hashtable and linked list implementation designed to mimic Java's LinkedHashMap functionality.

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

Public Properties

  NameDescription
Count
Gets the number of elements contained in the 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.

Item
Gets or sets the value the specified key.

Keys
Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>).

ShuffleOnAccess
Returns a value indicating if items should be shuffled (pushed to the head of the list) on access requests.

Values
Gets an ICollection<(Of T>) containing the values in the IDictionary<(Of TKey, TValue>).