get

open operator fun get(index: Int): Fragment(source)

Subscript access to a Fragment object by index.

Parameters

index

The index. If the index value exceeds the bounds of the array, the MutableFragment object will represent a nil value.


open operator fun get(key: String): Fragment(source)

Subscript access to a Fragment object by key.

Parameters

key

The key.