StringItemStream Class
A read-only, non-seeking string-based stream produced by iterating over a collection of strings.
Namespace
Statiq.Common
Interfaces
  • IDisposable
  • IAsyncDisposable
Base Types
StringItemStream
StringItemStream<string>
ItemStream<string>
Stream
MarshalByRefObject
object
IDisposable
IAsyncDisposable

Syntax

public class StringItemStream : StringItemStream<string>, IDisposable, IAsyncDisposable

Constructors

Methods

Name Return Value Summary
GetItemString(string) string

Extension Methods