Boo.Lang.Compiler.TypeSystem.Reflection.ReflectionNamespace.CreateChildNamespace C# (CSharp) 메소드

CreateChildNamespace() 개인적인 메소드

private CreateChildNamespace ( string name ) : ReflectionNamespace
name string
리턴 ReflectionNamespace
        private ReflectionNamespace CreateChildNamespace(string name)
        {
            return new ChildReflectionNamespace(this, name);
        }