Boo.Lang.Compiler.TypeSystem.TypeSystemServices.NewModule C# (CSharp) Method

NewModule() private method

private NewModule ( string nameSpace ) : Module
nameSpace string
return Boo.Lang.Compiler.Ast.Module
        private Module NewModule(string nameSpace)
        {
            return NewModule(nameSpace, nameSpace);
        }

Same methods

TypeSystemServices::NewModule ( string nameSpace, string moduleName ) : Module
TypeSystemServices