Example #1
0
 public LazyConfigurator(IIoThread thread) => Io = thread ?? throw new ArgumentNullException(nameof(thread));
 public FileConfigurator(IIoThread thread) : base(thread)
 {
 }