The LinkedDictionary<(Of <(T, U>)>) type exposes the following members.

Properties

  NameDescription
Count
The number of items present in the dictionary.
IsReadOnly
Returns true if the dictionary is read only, false otherwise.
Item
Returns item associated with the given key.
Keys
Returns the collection of keys present in the dictionary.
Values
Returns collection of items present in the dictionary.

See Also