Boo.Lang.Compiler.TypeSystem.ModuleEntity.ModuleEntity C# (CSharp) Method

ModuleEntity() public method

public ModuleEntity ( NameResolutionService nameResolutionService, TypeSystemServices typeSystemServices, Module module ) : System.Collections.Generic
nameResolutionService NameResolutionService
typeSystemServices TypeSystemServices
module Boo.Lang.Compiler.Ast.Module
return System.Collections.Generic
        public ModuleEntity(NameResolutionService nameResolutionService,
            TypeSystemServices typeSystemServices,
            Module module)
        {
            _nameResolutionService = nameResolutionService;
            _typeSystemServices = typeSystemServices;
            _module = module;
            _namespace = SafeNamespace(module);
        }