Boo.Lang.Compiler.TypeSystem.Reflection.ReflectionNamespace.ChildReflectionNamespace.ChildReflectionNamespace C# (CSharp) Метод

ChildReflectionNamespace() публичный Метод

public ChildReflectionNamespace ( ReflectionNamespace parent, string name ) : System
parent ReflectionNamespace
name string
Результат System
            public ChildReflectionNamespace(ReflectionNamespace parent, string name)
                : base(parent._provider)
            {
                _parent = parent;
                _name = name;
            }
ReflectionNamespace.ChildReflectionNamespace