TreeStreamExtensions Class

Provides extension methods for TreeStreamTKey, TValue instances.

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class TreeStreamExtensions
Inheritance
Object    TreeStreamExtensions

Methods

CountTKey, TValue Parses an entire stream to count the number of items. Notice, this will enumerate the stream, and the stream will have to be reset to be enumerated again.

See Also