Click or drag to resize

CommandLineTypeInputStream Property

The TextReader that accepts user input. You can assign your own TextReader here to capture the user's entries.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public TextReader InputStream { get; set; }

Property Value

Type: TextReader
See Also