Boo.Lang.Compiler.TypeSystem.Internal.ModuleMembersNamespace.ModuleMembersNamespace C# (CSharp) Method

ModuleMembersNamespace() public method

public ModuleMembersNamespace ( InternalModule module ) : System.Collections.Generic
module InternalModule
return System.Collections.Generic
        public ModuleMembersNamespace(InternalModule module)
        {
            _module = module;
        }