DistinctTreeStreamTKey, TValue Constructor
Namespace: SnapDB.SnapAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public DistinctTreeStream(
TreeStream<TKey, TValue> baseStream
)
Public Sub New (
baseStream As TreeStream(Of TKey, TValue)
)
public:
DistinctTreeStream(
TreeStream<TKey, TValue>^ baseStream
)
SnapDB.Snap.DistinctTreeStream = function(baseStream);
Parameters
- baseStream TreeStreamTKey, TValue
- The base stream to filter duplicates from.
| ArgumentException | Thrown if the baseStream is not sequential. |