getExtensionDelegate
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.
Since Kotlin
1.1See also
KProperty1.getDelegate
Returns the instance of a delegated member extension property, or null if this property is not delegated. Throws an exception if this is not an extension property.
Since Kotlin
1.1See also
KProperty2.getDelegate
Parameters
receiver
the instance of the class used to retrieve the value of the property delegate.