コード例 #1
0
 public bool TryAfterInit(GenerationEnvironment env)
 => env.DoScoped(this, () => AfterInit(env));
コード例 #2
0
 public bool TryInit(GenerationEnvironment env, IChainWrapper chain)
 => env.DoScoped(this, () => InitWithChain(env, chain));