상속: RootNamespace
예제 #1
0
파일: context.cs 프로젝트: Ein/monodevelop
		public CompilerContext (ReflectionMetaImporter metaImporter, Report report)
		{
			this.meta_importer = metaImporter;
			this.report = report;

			this.attributes = new PredefinedAttributes ();
			this.root = new GlobalRootNamespace ();
		}
예제 #2
0
		public static void Reset ()
		{
			Instance = new GlobalRootNamespace ();
		}
예제 #3
0
		public static void Reset ()
		{
			root_namespaces = new ListDictionary ();
			Global = new GlobalRootNamespace ();
			root_namespaces ["global"] = Global;
		}