RuntimeReference

Represents a reference that some data is dependent on it.

Represents a reference that some data is dependent on it. It will resolve itself to the referenced data, that is subclass of Object, or data that is encapsulated in Wrapper object.

interface RuntimeReference {}

Members

Functions

get
Object get(Locator!() locator)

Resolve the reference, to referenced data.

Meta