PossibleDictionarytype
ImmutableDictionary<T> | Iterable<DictionaryItem<T>>
| Type | |
|---|---|
ImmutableDictionary | Readonly dictionary object. |
Iterable | |
DictionaryItem | Single item for a dictionary object in entry format. |
Value that can be converted to a dictionary object.
- Either the dictionary itself, or an iterable set of key/value entry tuples.