ChainedContainerAdder.scan

Apply all ContainerAdders that know how to scan T symbol

struct ChainedContainerAdder(ContainerAdderPolicies...)
static
void
scan
()

Parameters

T

symbol to be scanned

locator Locator!()

locator of components, used by transformer that is applied on members of scanned T symbol

storage Storage!(ObjectFactory, string)

the storage that will store component factories from transformed members of T symbol

Meta