5 lines
138 B
C#
5 lines
138 B
C#
namespace Toolkit.Foundation;
|
|
|
|
public class ComponentScopeCollection : List<ComponentScopeDescriptor>,
|
|
IComponentScopeCollection;
|