setValue abstract method

void setValue(
  1. T thisRef,
  2. KProperty<Any> property,
  3. V value
)

Sets the value of the property for the given object.

Implementation

fun setValue(
  T thisRef,
  KProperty<Any> property,
  V value,
);