コード例 #1
0
		public EngineConfiguration() : base()
		{
			_imports = new ImportDirectiveCollection();
			_interceptors = new InterceptorGlobalDeclarationCollection();
			_mixins = new MixinGlobalDeclarationCollection();
			_aspects = new AspectDefinitionCollection();
		}
コード例 #2
0
 public EngineConfiguration() : base()
 {
     _imports      = new ImportDirectiveCollection();
     _interceptors = new InterceptorGlobalDeclarationCollection();
     _mixins       = new MixinGlobalDeclarationCollection();
     _aspects      = new AspectDefinitionCollection();
 }
コード例 #3
0
ファイル: SemanticAnalizerStep.cs プロジェクト: atczyc/castle
		private void CheckImports(ImportDirectiveCollection imports)
		{
			// Nothing to do .. yet
		}