PERWAPI.NestedClassRef.NestedClassRef C# (CSharp) Method

NestedClassRef() private method

private NestedClassRef ( ClassRef parent, string name ) : System
parent ClassRef
name string
return System
        internal NestedClassRef(ClassRef parent, string name)
            : base(parent.GetScope(),"",name)
        {
            this.parent = parent;
        }

Same methods

NestedClassRef::NestedClassRef ( ReferenceScope scope, string nsName, string name ) : System
NestedClassRef::NestedClassRef ( uint scopeIx, string nsName, string name ) : System