NodeTKeyUpperKey Property
The upper bounds of the node. This is an exclusive bounds and is valid
when there is a sibling to the right. If there is no sibling to the right,
it should still be valid except for the maximum key value condition.
Namespace: SnapDB.Snap.TreeAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public TKey UpperKey { get; set; }
Public Property UpperKey As TKey
Get
Set
public:
property TKey UpperKey {
TKey get ();
void set (TKey value);
}
function get_UpperKey();
function set_UpperKey(value);
Property Value
TKey