Fixed issue where the builder delegate was called too late
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
public interface IComponent
|
||||
{
|
||||
IComponentBuilder Configure(string key);
|
||||
IComponentBuilder Configure(string? name = null,
|
||||
Action<IComponentBuilder>? builderDelegate = null);
|
||||
}
|
||||
Reference in New Issue
Block a user