public IComponentHandler FindHandler(ComponentOptions options) => this.First(x => x.IsOwner(options));
Beispiel #2
0
 async Task <IComponent> IComponentResolver.ResolveAsync(ComponentOptions type) => await ResolveAsync(type);
Beispiel #3
0
 public abstract bool IsOwner(ComponentOptions options);
Beispiel #4
0
 public abstract Task <TComponent> ResolveAsync(ComponentOptions options);