ComponentFactory.createComponent

Создает компонент

interface ComponentFactory(C, A...)
@safe
C
createComponent
()
if (
is(C == class) ||
is(C == interface)
)

Meta