kotlin.reflect.KProperty1.getDelegate

getDelegate

abstract fun getDelegate(receiver: T): Any?

Platform and version requirements: Kotlin 1.1

Returns the value of the delegate if this is a delegated property, or null if this property is not delegated. See the Kotlin language documentation for more information.

Note that for a top level extension property, the delegate is the same for all extension receivers, so the actual 登录查看完整内容