Boo.Lang.Compiler.Steps.InitializeNameResolutionService.AddInternalModule C# (CSharp) 메소드

AddInternalModule() 개인적인 메소드

private AddInternalModule ( ModuleEntity moduleEntity ) : void
moduleEntity Boo.Lang.Compiler.TypeSystem.ModuleEntity
리턴 void
        private void AddInternalModule(ModuleEntity moduleEntity)
        {
            NameResolutionService.GetNamespace(moduleEntity.Namespace).AddModule(moduleEntity);
        }