provideDelegate method

D provideDelegate(
  1. T thisRef,
  2. KProperty<Any> property
)

Returns the delegate of the property for the given object.

Implementation

external D provideDelegate(
  T thisRef,
  KProperty<Any> property,
);