NodeWriterTKey, TValue Class

Provides methods for writing sequential-order nodes in a tree structure.

Definition

Namespace: SnapDB.Snap.Tree.Specialized
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class NodeWriter<TKey, TValue>
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Inheritance
Object    NodeWriterTKey, TValue

Type Parameters

TKey
The type of keys stored in the nodes.
TValue
The type of values stored in the nodes.

Remarks

This class is designed for writing nodes in a tree structure, and it is typically used to create or modify tree nodes.

Methods

Create Creates a new node with the specified parameters and initializes its header and encoding.

See Also