SnapDB Library
C#
VB
C++
JavaScript
Show/Hide TOC
Sorted
Tree
Node
Base
TKey
,
TValue
Read Method
Overload List
Read(Int32, TValue)
Reads the value at the specified index and stores it in the provided
value
.
Read(Int32, TKey, TValue)
Reads both the key and value at the specified index and stores them in the provided
key
and
value
.
See Also
Reference
SortedTreeNodeBase
TKey, TValue
Class
SnapDB.Snap.Tree Namespace
In This Article
Overload List
See Also