ArrayOfBindables

data class ArrayOfBindables(val itemType: IBindable) : INonNullableBindable, IArray

Constructors

Link copied to clipboard
fun ArrayOfBindables(itemType: IBindable)

Properties

Link copied to clipboard
open override val itemType: IBindable
Link copied to clipboard
abstract val name: String