Exemplo n.º 1
0
 public bool TryAfterInit(GenerationEnvironment env)
 => env.DoScoped(this, () => AfterInit(env));
Exemplo n.º 2
0
 public bool TryInit(GenerationEnvironment env, IChainWrapper chain)
 => env.DoScoped(this, () => InitWithChain(env, chain));