Interface IModuleContainer
Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public interface IModuleContainer
Properties
Modules
Declaration
IReadOnlyList<IAbpModuleDescriptor> Modules { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<T><IAbpModuleDescriptor> |