Boo.Lang.Compiler.TypeSystem.Core.GlobalNamespace.GlobalNamespace C# (CSharp) 메소드

GlobalNamespace() 공개 메소드

public GlobalNamespace ( ) : System.Collections.Generic
리턴 System.Collections.Generic
        public GlobalNamespace()
        {
            var internalTypeSystemProvider = My<InternalTypeSystemProvider>.Instance;
            _compileUnit = internalTypeSystemProvider.EntityFor(My<CompileUnit>.Instance);
            _references = My<CompilerParameters>.Instance.References;
        }