Delegate BinarySearchAlgorithms.KeyByIndex<TKey>
Namespace: Tenray.ZoneTree.Collections
Assembly: ZoneTree.dll
Syntax
public delegate TKey BinarySearchAlgorithms.KeyByIndex<TKey>(long index)
Parameters
| Type | Name | Description |
|---|---|---|
| long | index |
Returns
| Type | Description |
|---|---|
| TKey |
Type Parameters
| Name | Description |
|---|---|
| TKey |