klyn.data.internal.ListQueryStream.ListQueryStream
constructor
public ListQueryStream(rows as IList<T>):
Description

Creates a stream that owns the supplied materialized rows.

Parameters
ParameterDescription
rowsRows traversed sequentially.
Example
stream = ListQueryStream<Int>([1, 2, 3])