Boo.Lang.Compiler.TypeSystem.Reflection.ReflectionNamespace.CreateChildNamespace C# (CSharp) Méthode

CreateChildNamespace() private méthode

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