Boo.Lang.Compiler.Steps.InitializeNameResolutionService.AddInternalModule C# (CSharp) Méthode

AddInternalModule() private méthode

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