Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: DynamicContentStream(IEnumerable<string>, bool)

Declaration

public DynamicContentStream(
    IEnumerable<string> enumerable,
    bool buffered = true
)

Summary

Instantiates a DynamicContentStream that reads strings (which are converted to UTF-8) and lets you configure whether it’s buffered or not.

Parameters

IEnumerable<string>enumerableThe object that provides the content for this stream to read from.
boolbufferedProvides an initial value for the DynamicContentStream.Buffered property.