System.Xml.XmlBaseReader.NamespaceManager.Close C# (CSharp) Méthode

Close() public méthode

public Close ( ) : void
Résultat void
            public void Close()
            {
                if (_namespaces != null && _namespaces.Length > 32)
                    _namespaces = null;
                if (_attributes != null && _attributes.Length > 4)
                    _attributes = null;
                _lang = string.Empty;
            }