IEnumerable<IAppSurfaceModule> Modules { get; }
Source
Gets the collection of registered modules.
Remarks
Modules are keyed by concrete type and added once. Enumeration order is implementation-dependent and should not be treated as a stable contract. A module is visible in Modules before its IAppSurfaceModule.RegisterDependentModules(ModuleDependencyBuilder) callback registers children.