TreeStreamExtensions Class
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public static class TreeStreamExtensions
<ExtensionAttribute>
Public NotInheritable Class TreeStreamExtensions
[ExtensionAttribute]
public ref class TreeStreamExtensions abstract sealed
SnapDB.Snap.TreeStreamExtensions = function();
Type.createClass(
'SnapDB.Snap.TreeStreamExtensions');
- Inheritance
- Object TreeStreamExtensions
| 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.
|