Inheritance: NodeCollectionBase, IDeclarationCollection
Ejemplo n.º 1
0
		public EngineConfiguration() : base()
		{
			_imports = new ImportDirectiveCollection();
			_interceptors = new InterceptorGlobalDeclarationCollection();
			_mixins = new MixinGlobalDeclarationCollection();
			_aspects = new AspectDefinitionCollection();
		}
Ejemplo n.º 2
0
 public EngineConfiguration() : base()
 {
     _imports      = new ImportDirectiveCollection();
     _interceptors = new InterceptorGlobalDeclarationCollection();
     _mixins       = new MixinGlobalDeclarationCollection();
     _aspects      = new AspectDefinitionCollection();
 }