Function CallbackFactoryAnnotation.this

Constructor accepting a factory delegate, and it's arguments.

this (
  Dg dg,
  ref Args args
);

Parameters

NameDescription
dg delegate that will factory a component
args list of arguments passed to delegate.