Enabled ability to order containers and the ability to insert new containers to their correct order
This commit is contained in:
@@ -5,5 +5,5 @@ namespace Toolkit.Foundation;
|
||||
public interface IComponentHost :
|
||||
IHost
|
||||
{
|
||||
ComponentConfiguration? Configuration { get; }
|
||||
TConfiguration? GetConfiguration<TConfiguration>() where TConfiguration : ComponentConfiguration;
|
||||
}
|
||||
Reference in New Issue
Block a user