The IndexingAlgorithm type exposes the following members.

Methods

  Name Description
Public method CreateIndex<(Of <<'(T, TKey>)>>)
Creates a new index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Fields

  Name Description
Public field Static member 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.

See Also