System.Xml.XmlBaseReader.NamespaceManager.Close C# (CSharp) Method

Close() public method

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