Enabled ability to order containers and the ability to insert new containers to their correct order

This commit is contained in:
TheXamlGuy
2024-05-12 18:28:13 +01:00
parent 5292896e13
commit 9eafcc55d0
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -5,5 +5,5 @@ namespace Toolkit.Foundation;
public interface IComponentHost :
IHost
{
ComponentConfiguration? Configuration { get; }
TConfiguration? GetConfiguration<TConfiguration>() where TConfiguration : ComponentConfiguration;
}