A read-only, non-seeking stream produced by iterating over a collection of arbitrary objects.
- Namespace
- Statiq
.Common - Interfaces
-
- IDisposable
- IAsyncDisposable
- Base Types
-
- object
- MarshalByRefObject
- Stream
- ItemStream
<TItem>
Syntax
public class DelegateItemStream<TItem> : ItemStream<TItem>, IDisposable, IAsyncDisposable
Type Parameters
Name | Description |
---|---|
TItem |
Constructors
Methods
Name | Return Value | Summary |
---|---|---|
GetItemBytes |
ReadOnlySpan |