callback

Call dg on a component that is in configuration phase.

Call dg on component to perform some modifications, using args as input.

Parameters

factory Z

factory which will call dg with args.

dg void delegate
(
Locator!()
,
ref T
,
Args
)

delegate that will perform some modifications on component using passed args.

args Args

a list of arguments passed to dg.

Return Value

Type: Z

Z

Meta