System.Xml.Xsl.XsltOld.Compiler.RemoveDocumentURI C# (CSharp) 메소드

RemoveDocumentURI() 개인적인 메소드

private RemoveDocumentURI ( string href ) : void
href string
리턴 void
        private void RemoveDocumentURI(string href)
        {
            Debug.Assert(_documentURIs.Contains(href), "Attempt to remove href that was not added");
            _documentURIs.Remove(href);
        }