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);
        }