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