[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
An extended dictionary that maps a string to an object.
The following tables list the members exposed by the IDataDictionary type.
Public Methods
Name | Description | |
---|---|---|
![]() | Add | (Inherited from IDictionary<(Of TKey, TValue>).) |
![]() | Add | (Inherited from ICollection<(Of T>).) |
![]() | Clear | (Inherited from ICollection<(Of T>).) |
![]() | Contains | (Inherited from ICollection<(Of T>).) |
![]() | ContainsKey | (Inherited from IDictionary<(Of TKey, TValue>).) |
![]() | CopyTo | (Inherited from ICollection<(Of T>).) |
![]() | Fetch |
Fetches the value associated with the specified key.
If no value can be found, then the defaultValue is
returned.
(Inherited from EDictionary<(Of K, V>).) |
![]() | Fetch |
Fetches the value associated with the specified key.
If no value can be found, then default(V) is returned.
(Inherited from EDictionary<(Of K, V>).) |
![]() | GetEnumerator | (Inherited from IEnumerable<(Of T>).) |
![]() | GetEnumerator | (Inherited from IEnumerable.) |
![]() | Put |
Sets the given key in the dictionary. If the key
already exists, then it is remapped to thenew value.
Sets the given key in the dictionary. If the key
already exists, then it is remapped to thenew value.
(Inherited from EDictionary<(Of K, V>).) |
![]() | PutAll |
Puts all values from the source dictionary into
this dictionary.
Puts all values from the source dictionary into
this dictionary.
(Inherited from EDictionary<(Of K, V>).) |
![]() | Remove | (Inherited from IDictionary<(Of TKey, TValue>).) |
![]() | Remove | (Inherited from ICollection<(Of T>).) |
![]() | TryGetValue | (Inherited from IDictionary<(Of TKey, TValue>).) |