Boo.Lang.Compiler.TypeSystem.Reflection.ReflectionNamespace.CreateChildNamespace C# (CSharp) Method

CreateChildNamespace() private method

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