BplusDotNet.BplusTree.checkTree C# (CSharp) 메소드

checkTree() 보호된 메소드

protected checkTree ( ) : bool
리턴 bool
        protected virtual bool checkTree()
        {
            // this is to prevent accidental misuse with the wrong ITreeIndex implementation,
            // but to also allow subclasses to override the behaviour... (there must be a better way...)
            return true;
        }