BplusDotNet.SerializedTree.NextKey C# (CSharp) Метод

NextKey() публичный Метод

public NextKey ( string AfterThisKey ) : string
AfterThisKey string
Результат string
        public string NextKey(string AfterThisKey)
        {
            return this.tree.NextKey(AfterThisKey);
        }