callback

Call dg on an aggregate that is in configuration phase.

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

Parameters

factory MetadataDecoratedGenericFactory!T

factory which will call dg with args.

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

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

args Args

a list of arguments passed to dg.

Return Value

Type: auto

MetadataDecoratedGenericFactory!T

Meta