DelegateItemStream<TItem> Class
A read-only, non-seeking stream produced by iterating over a collection of arbitrary objects.
Namespace
Statiq.Common
Interfaces
  • IDisposable
  • IAsyncDisposable
Base Types
graph BT Type-->Base0["ItemStream<TItem>"] Base0-->Base1["Stream"] Base1-->Base2["MarshalByRefObject"] Base2-->Base3["object"] Type-.->Interface0["IDisposable"] Type-.->Interface1["IAsyncDisposable"] Type["DelegateItemStream<TItem>"] class Type type-node

Syntax

public class DelegateItemStream<TItem> : ItemStream<TItem>, IDisposable, IAsyncDisposable

Type Parameters

Name Description
TItem

Constructors

Methods

Name Return Value Summary
GetItemBytes(TItem) ReadOnlySpan<byte>

Extension Methods