The IndexingAlgorithm type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CreateIndex<(Of <<'(T, TKey>)>>) |
Creates a new index.
|
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
|
|
RedBlackTree |
The red-black tree algorithm, a type of self-balancing binary search tree widely
used in computer science because it has good performance that does not significantly degrade even in worst cases.
|