IModuleBuilder<TContext>.Add<TModule>(Func<IServiceProvider, TModule>) Method
In This Article
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[Browsable(false)]
IModuleBuilder<TContext> Add<TModule>(
Func<IServiceProvider, TModule> createModuleDelegate
)
where TModule : ModuleBase
#Parameters
Name | Type |
---|---|
create |
Func<IService |
#Type Parameters
Name |
---|
TModule |
#Returns
Type |
---|
IModule |
See Also