BPlusTree1.WhereBetween

BPlusTree<TValue>.WhereBetween method

public IEnumerable<int> WhereBetween(TValue from, TValue to, bool fromInclusive, bool toInclusive)

See Also