get

open operator override fun get(receiver: T): V

Gets the property value from the receiver using reflection.

Return

the property value

Parameters

receiver

the object from which to get the property value