Skip to main content

KeyValue

Holds a pair of keys and values.

Members

Properties

NameDescription
KeyValue.KeyThe key.
KeyValue.ValueThe Value.

Constructor

NameDescription
KeyValue(Key, Value)Creates a Key Value pair with assigned Key and Value.
KeyValue()Creates an empty Key Value pair. Both the key and value assigned Nil.