BplusDotNet.SerializedTree.NextKey C# (CSharp) Méthode

NextKey() public méthode

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