Method Generate
Generate()
Generates an observable sequence of file names and directory names that match the search pattern in a specified path, and optionally searches subdirectories.
public override IObservable<string> Generate()
Returns
- IObservable<string>
An observable sequence containing the full names (including paths) for the file-system entries in Path that match the specified SearchPattern and SearchOption.