Boo.Lang.Compiler.TypeSystem.TypeSystemServices.NewModule C# (CSharp) 메소드

NewModule() 개인적인 메소드

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

Same methods

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