System.Xml.Xsl.XsltOld.InputScope.Init C# (CSharp) 메소드

Init() 개인적인 메소드

private Init ( InputScope parent ) : void
parent InputScope
리턴 void
        internal void Init(InputScope parent) {
            this.scopes = null;
            this.parent = parent;

            if (this.parent != null) {
                this.forwardCompatibility = this.parent.forwardCompatibility;
                this.canHaveApplyImports  = this.parent.canHaveApplyImports;
            }
        }