getDictionary

expect fun getDictionary(index: Int): Dictionary?(source)

The result at the given index as a Dictionary

Return

a Dictionary.

Parameters

index

the index of the required value.


The projecting result value for the given key as a readonly Dictionary object. Returns null if the key doesn't exist.

Return

The Dictionary object.

Parameters

key

The select result key.

actual fun getDictionary(index: Int): Dictionary?(source)
actual fun getDictionary(index: Int): Dictionary?(source)