Esempio n. 1
0
 public Engine()
 {
     _pipelines = new PipelineCollection(this);
 }
Esempio n. 2
0
 public Engine()
 {
     _metadata = new Dictionary<string, object>();
     _pipelines = new PipelineCollection(this);
 }