Exemple #1
0
 private Injector demoExtensions()
 {
     return(new DelegateInjector(compiler =>
     {
         Asynch.Apply(compiler);
         Match.Apply(compiler);
         Contract.Apply(compiler);
     }));
 }