TypeList

class TypeList<T>

存储类型信息的ArrayList

Constructors

TypeList
Link copied to clipboard
fun TypeList(type: KType)
TypeList
Link copied to clipboard
fun <T> TypeList(type: KType, c: Collection<T>)

Properties

type
Link copied to clipboard
val type: KType
泛型信息请包含TypeList本身, 例如TypeList(typeOf<TypeList<String>>())