API Reference > bentleyjs-core > Collections > DictionaryEntry DictionaryEntry<K, V> Interface Represents an entry in a Dictionary. Properties Name Type Description key K The key used for lookup in the Dictionary. value V The value associated with the key in the Dictionary. Defined in core/bentley/src/Dictionary.ts Line 39 Last Updated: 15 June, 2021