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

Syntax

public class DelegateStringItemStream<TItem> : StringItemStream<TItem>, IDisposable, 
    IAsyncDisposable

Type Parameters

Name Description
TItem

Constructors

Methods

Name Return Value Summary
GetItemString(TItem) string

Extension Methods