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

ChildReflectionNamespace() public method

public ChildReflectionNamespace ( ReflectionNamespace parent, string name ) : System
parent ReflectionNamespace
name string
return System
            public ChildReflectionNamespace(ReflectionNamespace parent, string name)
                : base(parent._provider)
            {
                _parent = parent;
                _name = name;
            }
ReflectionNamespace.ChildReflectionNamespace