container icon indicating copy to clipboard operation
container copied to clipboard

Question: Resolve multiple objects

Open MrVermond opened this issue 7 months ago • 0 comments

Is there a way to resolve multiple items by its common interface?

Example: IPlugin abstract PluginA concrete PluginB concrete register both plugins by IPlugin resolve []IPlugin where both plugins will be returned

MrVermond avatar Nov 17 '23 12:11 MrVermond