callback

Construct component using a delegate.

Constructs component using a delegate, and a list of arguments passed to delegate.

Parameters

factory Z

the factory which will use delegate to construct component.

dg T function
(
RCIAllocator
,
Locator!()
,
Args
)

the delegate that is responsible for creating component, given a list of arguments.

args Args

the arguments that will be used by delegate to construct component.

Return Value

Type: Z

Z.

Meta