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