Example #1
0
 protected abstract bool TryExecute(TIGenerator generator, GeneratorExecutionHost executionHost);
Example #2
0
 public bool TryExecute(IGenerator generator, GeneratorExecutionHost executionHost)
 {
     return(TryExecute((TIGenerator)generator, executionHost));
 }