Files
Toolkit2/Toolkit.Foundation/IComponentScopeCollection.cs
T
2024-04-13 11:29:32 +01:00

6 lines
124 B
C#

namespace Toolkit.Foundation;
public interface IComponentScopeCollection :
IDictionary<string, IServiceProvider>;