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