BplusDotNet.SerializedTree.NextKey C# (CSharp) Method

NextKey() public method

public NextKey ( string AfterThisKey ) : string
AfterThisKey string
return string
        public string NextKey(string AfterThisKey)
        {
            return this.tree.NextKey(AfterThisKey);
        }