setDictionary

actual open override fun setDictionary(key: String, value: Dictionary?): MutableDocument(source)
expect open override fun setDictionary(key: String, value: Dictionary?): MutableDocument(source)

Set a Dictionary value for the given key

Return

this MutableDocument instance

Parameters

key

the key.

value

the Dictionary value.

actual open override fun setDictionary(key: String, value: Dictionary?): MutableDocument(source)

Set a Dictionary object for the given key.

Return

The self object.

Parameters

key

The key

value

The Dictionary object.

actual open override fun setDictionary(key: String, value: Dictionary?): MutableDocument(source)