RuntimeReference

Represents a reference that some component is dependent on it.

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

@safe
interface RuntimeReference {}

Members

Functions

get
Object get(Locator!() locator)

Resolve the reference, to referenced component.

Meta