コード例 #1
0
 public virtual object Handle(string path)
 => _nextLoader != null?_nextLoader.Handle(path) : null;