Method Generate
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.