SortedTreeNodeBaseTKey, TValueGetIndexOf Method
Gets the index of the specified key in the node.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
protected abstract int GetIndexOf(
TKey key
)
Protected MustOverride Function GetIndexOf (
key As TKey
) As Integer
protected:
virtual int GetIndexOf(
TKey key
) abstract
function GetIndexOf(key);
- key TKey
- The key to search for.
Int32The index of the key if found; otherwise, a negative value.