Table of Contents

Enum KeyRecordDictionary.SearchDirectionType

Namespace
BelNytheraSeiche.TrieDictionary
Assembly
BelNytheraSeiche.TrieDictionary.dll

Specifies the direction for key matching and sorting operations.

public enum KeyRecordDictionary.SearchDirectionType

Fields

LTR = 0

Left-To-Right search, representing standard lexicographical order.

RTL = 1

Right-To-Left search, useful for suffix matching and reverse lexicographical order.