kotlin.reflect.KProperty

KProperty

interface KProperty<out R> : KCallable<R>

Represents a property, such as a named val or var declaration. Instances of this class are obtainable by the :: operator. See the Kotlin language documentation for more information.

Parameters

R - the type of the property.

Types

登录查看完整内容