addDictionary

actual open override fun addDictionary(value: Dictionary?): MutableArray(source)
expect open override fun addDictionary(value: Dictionary?): MutableArray(source)

Adds a Dictionary object to the end of the array.

Return

The self object

Parameters

value

the Dictionary object

actual open override fun addDictionary(value: Dictionary?): MutableArray(source)

Adds a Dictionary object to the end of the array.

Return

The self object

Parameters

value

the Dictionary object

actual open override fun addDictionary(value: Dictionary?): MutableArray(source)