NodeWriterTKey, TValue Class
Provides methods for writing sequential-order nodes in a tree structure.
Namespace: SnapDB.Snap.Tree.SpecializedAssembly: 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>
Public NotInheritable Class NodeWriter(Of TKey As {New, SnapTypeBase(Of TKey)}, TValue As {New, SnapTypeBase(Of TValue)})
generic<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
public ref class NodeWriter abstract sealed
JavaScript does not support generic types or methods.
- Inheritance
- Object NodeWriterTKey, TValue
Type Parameters
- TKey
- The type of keys stored in the nodes.
- TValue
- The type of values stored in the nodes.
This class is designed for writing nodes in a tree structure, and it is typically used to create or modify tree nodes.
| Create |
Creates a new node with the specified parameters and initializes its header and encoding.
|