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

Last Updated: 28 March, 2024