karandeep singh
11/05/2020, 5:28 PMval test by Delegate("some value")
is it possible to get the parameter some value
via reflectiondiesieben07
11/05/2020, 5:56 PMDelegate
is. You can use getDelegate
to get the Delegate("some value")
instance from the KProperty
for test
. If Delegate
the exposes "some value"
, you can get it that way.