TypeLocatorReference

Reference to a component stored in a locator by it's type.

  1. class TypeLocatorReference(T)
  2. auto lref()

Members

Functions

get
Object get(Locator!() locator)

Resolve the reference, to referenced component.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RuntimeReference

get
Object get(Locator!() locator)

Resolve the reference, to referenced component.

Meta