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);
        }