BplusDotNet.hBplusTreeBytes.hBplusTreeBytes C# (CSharp) Method

hBplusTreeBytes() public method

public hBplusTreeBytes ( BplusTreeBytes tree, int hashLength ) : System
tree BplusTreeBytes
hashLength int
return System
        public hBplusTreeBytes(BplusTreeBytes tree, int hashLength)
            : base(tree, hashLength)
        {
            // null out the culture context to use the naive comparison
            this.tree.NoCulture();
        }