[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 that uses a tree-based backing store.
As such, the dictionary is always sorted.
The following tables list the members exposed by the ETreeDictionary<(Of K, V>) generic type.
Public Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection<(Of T>).
|
![]() | FirstKey |
Gets the first key.
|
![]() | 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 !:V with the specified key.
|
![]() | Keys |
Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>).
|
![]() | LastKey |
Gets the last key.
|
![]() | Values |
Gets an ICollection<(Of T>) containing the values in the IDictionary<(Of TKey, TValue>).
|