5 lines
144 B
C#
5 lines
144 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public class ComponentScopeCollection : Dictionary<string, IServiceProvider>,
|
|
IComponentScopeCollection;
|