[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Type Parameters
- K
- V
Base for dictionaries that contain extended functionality.
The following tables list the members exposed by the EBaseDictionary<(Of K, V>) generic type.
Public Methods
Name | Description | |
---|---|---|
![]() | Add | Overloaded. |
![]() | Clear |
Removes all items from the ICollection<(Of T>).
|
![]() | Contains |
Determines whether the ICollection<(Of T>) contains a specific value.
|
![]() | ContainsKey |
Determines whether the IDictionary<(Of TKey, TValue>) contains an element with the specified key.
|
![]() | CopyTo | |
![]() | Equals | (Overrides .Equals(Object).) |
![]() | Fetch | Overloaded. |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode |
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides .GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | Put |
Sets the given key in the dictionary. If the key
already exists, then it is remapped to thenew value.
|
![]() | PutAll |
Puts all values from the source dictionary into
this dictionary.
|
![]() | Remove | Overloaded. |
![]() | ToString | (Overrides .ToString().) |
![]() | TryGetValue |
Tries the get value.
|
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Protected Constructors
Name | Description | |
---|---|---|
![]() | EBaseDictionary<(Of K, V>)New | Overloaded. |
Public Properties
Name | Description | |
---|---|---|
![]() | 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 !:V with the specified key.
|
![]() | Keys |
Gets an ICollection<(Of T>) containing the keys of the IDictionary<(Of TKey, TValue>).
|
![]() | Values |
Gets an ICollection<(Of T>) containing the values in the IDictionary<(Of TKey, TValue>).
|
Protected Properties
Name | Description | |
---|---|---|
![]() | SubDictionary |
Gets or sets the subdictionary.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.System.Collections.IEnumerable.GetEnumerator |
Returns an enumerator that iterates through a collection.
|