コード例 #1
0
 public IComponentHandler FindHandler(ComponentOptions options) => this.First(x => x.IsOwner(options));
コード例 #2
0
 async Task <IComponent> IComponentResolver.ResolveAsync(ComponentOptions type) => await ResolveAsync(type);
コード例 #3
0
ファイル: BaseComponentHandler.cs プロジェクト: fossabot/Kasp
 public abstract bool IsOwner(ComponentOptions options);
コード例 #4
0
 public abstract Task <TComponent> ResolveAsync(ComponentOptions options);