get

operator fun get(index: Int): DataSource(source)

Gets a data source by index from the collection.

Return

The data source at the specified index.

Parameters

index

the index to retrieve.

See also