Table of Contents

Method Generate

Namespace
Bonsai.IO
Assembly
Bonsai.System.dll

Generate()

Generates an observable sequence that opens the text file, returns a single string with all lines in the file, and then closes the file.

public override IObservable<string> Generate()

Returns

IObservable<string>

A sequence containing a single string with all lines in the file.