kotlin.reflect.full.getExtensionDelegate

getExtensionDelegate

fun KProperty1<*, *>.getExtensionDelegate(): Any?

Platform and version requirements: Kotlin 1.1, JVM

Returns the instance of a delegated extension property, or null if this property is not delegated. Throws an exception if this is not an extension property.

See Also

KProperty1.getDelegate

fun <D> KProperty2<D, *, *>.getExtensionD