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

Close() public method

public Close ( ) : void
return void
            public void Close()
            {
                if (_indeces != null && _indeces.Length > 32)
                {
                    _indeces = null;
                }
            }