Skip to content

API > KeyValue


KeyValue⚓︎

Holds a pair of keys and values.

Members⚓︎

Properties⚓︎

Name Description
KeyValue.KeyProperty The key.
KeyValue.ValueProperty The Value.

Constructor⚓︎

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