get

abstract operator fun get(receiver: T): V

Gets the property value from the specified receiver object.

Return

the property value

Parameters

receiver

the object from which to get the property value