Table of Contents

Class WriteLine

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Represents an operator that writes the text representation of each element of the sequence to the output stream, followed by the current line terminator.

public class WriteLine : Sink
Inheritance
WriteLine
Inherited Members

Methods

Process<TSource>(IObservable<TSource>)

Writes the text representation of each element of an observable sequence to the standard output stream, followed by a line terminator.

Process<TSource>(IObservable<TSource>, IObservable<TextWriter>)

Writes the text representation of each element of an observable sequence to all the specified output streams, followed by a line terminator.