[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Type Parameters
- K
- V
Extended dictionary functionality.
The following tables list the members exposed by the EDictionary<(Of K, V>) generic type.
Public Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection<(Of T>). (Inherited from 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. (Inherited from ICollection<(Of T>).) |
![]() | Item | Gets or sets the element with the specified key. (Inherited from IDictionary<(Of TKey, TValue>).) |
![]() | Keys | Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>). (Inherited from IDictionary<(Of TKey, TValue>).) |
![]() | Values | Gets an ICollection<(Of T>) containing the values in the IDictionary<(Of TKey, TValue>). (Inherited from IDictionary<(Of TKey, TValue>).) |