getDictionary

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

Gets a Dictionary at the given index. Return null if the value is not a dictionary.

Return

the Dictionary object.

Parameters

index

the index. This value must not exceed the bounds of the array.

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