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 public TextReader InputStream { get; set; }
Property Value
Type:
TextReaderSee Also